Home
last modified time | relevance | path

Searched refs:RelocationValueRef (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h144 class RelocationValueRef {
150 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef() function
153 inline bool operator==(const RelocationValueRef &Other) const {
157 inline bool operator<(const RelocationValueRef &Other) const {
235 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
DRuntimeDyldMachO.h92 RelocationValueRef getRelocationValueRef(const ObjectFile &BaseTObj,
98 void makeValueAddendPCRel(RelocationValueRef &Value,
DRuntimeDyldELF.h78 RelocationValueRef &Rel);
81 RelocationValueRef &Rel);
DRuntimeDyldMachO.cpp52 RelocationValueRef RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef()
60 RelocationValueRef Value; in getRelocationValueRef()
88 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
DRuntimeDyldELF.cpp574 RelocationValueRef &Rel) { in findPPC64TOCSection()
609 RelocationValueRef &Rel) { in findOPDEntrySection()
908 RelocationValueRef Value; in processRelocationRef()
1208 RelocationValueRef TOCValue; in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h48 RelocationValueRef Value( in processRelocationRef()
107 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
DRuntimeDyldMachOARM.h73 RelocationValueRef Value( in processRelocationRef()
173 const RelocationValueRef &Value, in processBranchRelocation()
DRuntimeDyldMachOAArch64.h275 RelocationValueRef Value( in processRelocationRef()
369 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
DRuntimeDyldMachOI386.h57 RelocationValueRef Value( in processRelocationRef()