Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h29 struct RelocToApply { struct
36 RelocToApply(const RelocToApply &In) : Value(In.Value), Width(In.Width) {} in RelocToApply() argument
37 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} in RelocToApply() function
38 RelocToApply() : Value(0), Width(0) {} in RelocToApply() function
50 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0,
66 return RelocToApply();
78 return RelocToApply();
88 return RelocToApply();
96 return RelocToApply();
104 return RelocToApply();
[all …]
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp682 object::RelocToApply R(V.visit(Type, *reloc_i, 0, SymAddr)); in DWARFContextInMemory()