Home
last modified time | relevance | path

Searched refs:RelocToApply (Results 1 – 2 of 2) 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
50 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
57 return RelocToApply();
66 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF()
83 return RelocToApply(); in visitELF()
93 return RelocToApply(); in visitELF()
104 return RelocToApply(); in visitELF()
115 return RelocToApply(); in visitELF()
[all …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp663 object::RelocToApply R(V.visit(Type, Reloc, SymAddr)); in DWARFContextInMemory()