Home
last modified time | relevance | path

Searched defs:RelocToApply (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
DRelocVisitor.h30 struct RelocToApply { struct
37 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} in RelocToApply() argument
38 RelocToApply() : Value(0), Width(0) {} in RelocToApply() function