/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 43 const RelocationValueRef &Value); 45 void resolveAArch64Branch(unsigned SectionID, const RelocationValueRef &Value, 93 RelocationValueRef &Rel); 96 RelocationValueRef &Rel); 107 uint64_t findOrAllocGOTEntry(const RelocationValueRef &Value, 125 …sSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value); 150 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs; 158 std::map<RelocationValueRef, uint64_t> GOTOffsetMap;
|
D | RuntimeDyldImpl.h | 191 class RelocationValueRef { 198 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef() function 201 inline bool operator==(const RelocationValueRef &Other) const { 206 inline bool operator<(const RelocationValueRef &Other) const { 287 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
|
D | RuntimeDyldMachO.h | 97 Expected<RelocationValueRef> 104 void makeValueAddendPCRel(RelocationValueRef &Value,
|
D | RuntimeDyldMachO.cpp | 96 Expected<RelocationValueRef> 105 RelocationValueRef Value; in getRelocationValueRef() 140 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
|
D | RuntimeDyldELF.cpp | 563 RelocationValueRef &Rel) { in findPPC64TOCSection() 604 RelocationValueRef &Rel) { in findOPDEntrySection() 980 …SimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) { in processSimpleRelocation() 1022 const RelocationValueRef &Value) { in resolveAArch64ShortBranch() 1054 const RelocationValueRef &Value, in resolveAArch64Branch() 1131 RelocationValueRef Value; in processRelocationRef() 1326 const RelocationValueRef &MatchingValue = I->first; in processRelocationRef() 1575 RelocationValueRef TOCValue; in processRelocationRef() 1817 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/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 52 RelocationValueRef Value; in processRelocationRef() 130 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 167 RelocationValueRef Value; in processRelocationRef() 306 const RelocationValueRef &Value, in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 326 RelocationValueRef Value; in processRelocationRef() 443 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 150 RelocationValueRef OriginalRelValueRef; in generateRelocationStub()
|
D | RuntimeDyldMachOI386.h | 69 RelocationValueRef Value; in processRelocationRef()
|
D | RuntimeDyldCOFFAArch64.h | 105 RelocationValueRef OriginalRelValueRef; in generateRelocationStub()
|