Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h44 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;
DRuntimeDyldImpl.h192 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;
DRuntimeDyldMachO.h98 Expected<RelocationValueRef>
105 void makeValueAddendPCRel(RelocationValueRef &Value,
DRuntimeDyldMachO.cpp97 Expected<RelocationValueRef>
106 RelocationValueRef Value; in getRelocationValueRef()
141 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
DRuntimeDyldELF.cpp560 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/
DRuntimeDyldELF.h98 RelocationValueRef &Rel);
101 RelocationValueRef &Rel);
127 …sSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value);
150 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs;
DRuntimeDyldImpl.h177 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;
DRuntimeDyldMachO.h97 Expected<RelocationValueRef>
104 void makeValueAddendPCRel(RelocationValueRef &Value,
DRuntimeDyldMachO.cpp94 Expected<RelocationValueRef>
103 RelocationValueRef Value; in getRelocationValueRef()
138 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
DRuntimeDyldELF.cpp786 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/
DRuntimeDyldMachOX86_64.h53 RelocationValueRef Value; in processRelocationRef()
131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
DRuntimeDyldMachOARM.h166 RelocationValueRef Value; in processRelocationRef()
302 const RelocationValueRef &Value, in processBranchRelocation()
DRuntimeDyldMachOAArch64.h327 RelocationValueRef Value; in processRelocationRef()
444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
DRuntimeDyldCOFFX86_64.h138 RelocationValueRef OriginalRelValueRef; in generateRelocationStub()
DRuntimeDyldMachOI386.h70 RelocationValueRef Value; in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h53 RelocationValueRef Value; in processRelocationRef()
131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
DRuntimeDyldMachOARM.h93 RelocationValueRef Value; in processRelocationRef()
188 const RelocationValueRef &Value, in processBranchRelocation()
DRuntimeDyldMachOAArch64.h286 RelocationValueRef Value; in processRelocationRef()
386 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
DRuntimeDyldMachOI386.h70 RelocationValueRef Value; in processRelocationRef()