Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DRelocVisitor.h32 struct RelocToApply { struct
39 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} in RelocToApply() argument
40 RelocToApply() : Value(0), Width(0) {} in RelocToApply() function
52 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
61 return RelocToApply();
70 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF()
87 return RelocToApply(); in visitELF()
97 return RelocToApply(); in visitELF()
108 return RelocToApply(); in visitELF()
119 return RelocToApply(); in visitELF()
[all …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp784 object::RelocToApply R(V.visit(Type, Reloc, SymAddr)); in DWARFContextInMemory()