Searched refs:RelocationValueRef (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 95 RelocationValueRef &Rel); 98 RelocationValueRef &Rel); 124 …sSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value); 147 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs;
|
D | RuntimeDyldImpl.h | 183 class RelocationValueRef { 189 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef() function 192 inline bool operator==(const RelocationValueRef &Other) const { 196 inline bool operator<(const RelocationValueRef &Other) const { 276 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
|
D | RuntimeDyldMachO.h | 97 RelocationValueRef getRelocationValueRef(const ObjectFile &BaseTObj, 103 void makeValueAddendPCRel(RelocationValueRef &Value,
|
D | RuntimeDyldMachO.cpp | 89 RelocationValueRef RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() 97 RelocationValueRef Value; in getRelocationValueRef() 127 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
|
D | RuntimeDyldELF.cpp | 786 RelocationValueRef &Rel) { in findPPC64TOCSection() 819 RelocationValueRef &Rel) { in findOPDEntrySection() 1135 …SimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) { in processSimpleRelocation() 1185 RelocationValueRef Value; in processRelocationRef() 1390 const RelocationValueRef &MatchingValue = I->first; in processRelocationRef() 1567 RelocationValueRef TOCValue; in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 52 RelocationValueRef Value( in processRelocationRef() 119 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 75 RelocationValueRef Value( in processRelocationRef() 175 const RelocationValueRef &Value, in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 281 RelocationValueRef Value( in processRelocationRef() 368 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldMachOI386.h | 56 RelocationValueRef Value( in processRelocationRef()
|