Home
last modified time | relevance | path

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

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