Home
last modified time | relevance | path

Searched refs:RelocToApply (Results 1 – 2 of 2) 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() function
51 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
60 return RelocToApply();
69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF()
86 return RelocToApply(); in visitELF()
96 return RelocToApply(); in visitELF()
107 return RelocToApply(); in visitELF()
118 return RelocToApply(); in visitELF()
[all …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp854 object::RelocToApply R(V.visit(Type, Reloc, SymAddr)); in DWARFContextInMemory()