Searched refs:RelocationValueRef (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 44 const RelocationValueRef &Value); 46 void resolveAArch64Branch(unsigned SectionID, const RelocationValueRef &Value, 94 RelocationValueRef &Rel); 97 RelocationValueRef &Rel); 108 uint64_t findOrAllocGOTEntry(const RelocationValueRef &Value, 126 …sSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value); 151 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs; 159 std::map<RelocationValueRef, uint64_t> GOTOffsetMap;
|
D | RuntimeDyldImpl.h | 192 class RelocationValueRef { 199 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef() function 202 inline bool operator==(const RelocationValueRef &Other) const { 207 inline bool operator<(const RelocationValueRef &Other) const { 292 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
|
D | RuntimeDyldMachO.h | 98 Expected<RelocationValueRef> 105 void makeValueAddendPCRel(RelocationValueRef &Value,
|
D | RuntimeDyldMachO.cpp | 97 Expected<RelocationValueRef> 106 RelocationValueRef Value; in getRelocationValueRef() 141 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
|
D | RuntimeDyldELF.cpp | 560 RelocationValueRef &Rel) { in findPPC64TOCSection() 600 RelocationValueRef &Rel) { in findOPDEntrySection() 970 …SimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) { in processSimpleRelocation() 1012 const RelocationValueRef &Value) { in resolveAArch64ShortBranch() 1044 const RelocationValueRef &Value, in resolveAArch64Branch() 1121 RelocationValueRef Value; in processRelocationRef() 1316 const RelocationValueRef &MatchingValue = I->first; in processRelocationRef() 1565 RelocationValueRef TOCValue; in processRelocationRef() 1807 uint64_t RuntimeDyldELF::findOrAllocGOTEntry(const RelocationValueRef &Value, in findOrAllocGOTEntry()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 98 RelocationValueRef &Rel); 101 RelocationValueRef &Rel); 127 …sSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value); 150 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs;
|
D | RuntimeDyldImpl.h | 177 class RelocationValueRef { 183 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef() function 186 inline bool operator==(const RelocationValueRef &Other) const { 190 inline bool operator<(const RelocationValueRef &Other) const { 270 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
|
D | RuntimeDyldMachO.h | 97 Expected<RelocationValueRef> 104 void makeValueAddendPCRel(RelocationValueRef &Value,
|
D | RuntimeDyldMachO.cpp | 94 Expected<RelocationValueRef> 103 RelocationValueRef Value; in getRelocationValueRef() 138 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
|
D | RuntimeDyldELF.cpp | 786 RelocationValueRef &Rel) { in findPPC64TOCSection() 826 RelocationValueRef &Rel) { in findOPDEntrySection() 1159 …SimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) { in processSimpleRelocation() 1210 RelocationValueRef Value; in processRelocationRef() 1435 const RelocationValueRef &MatchingValue = I->first; in processRelocationRef() 1613 RelocationValueRef TOCValue; in processRelocationRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 53 RelocationValueRef Value; in processRelocationRef() 131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 166 RelocationValueRef Value; in processRelocationRef() 302 const RelocationValueRef &Value, in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 327 RelocationValueRef Value; in processRelocationRef() 444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 138 RelocationValueRef OriginalRelValueRef; in generateRelocationStub()
|
D | RuntimeDyldMachOI386.h | 70 RelocationValueRef Value; in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 53 RelocationValueRef Value; in processRelocationRef() 131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 93 RelocationValueRef Value; in processRelocationRef() 188 const RelocationValueRef &Value, in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 286 RelocationValueRef Value; in processRelocationRef() 386 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldMachOI386.h | 70 RelocationValueRef Value; in processRelocationRef()
|