Home
last modified time | relevance | path

Searched refs:StubMap (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h40 typedef std::map<std::string, SectionMap> StubMap; typedef
65 const RuntimeDyldImpl::StubMap &RTDyldStubs);
72 StubMap Stubs;
DRuntimeDyldImpl.h270 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
397 StubMap &Stubs) = 0;
DRuntimeDyldELF.cpp1193 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef()
1290 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1341 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1396 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1526 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1657 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1711 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h37 StubMap &Stubs) override { in processRelocationRef()
130 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
135 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldMachOARM.h104 StubMap &Stubs) override { in processRelocationRef()
307 StubMap &Stubs) { in processBranchRelocation()
311 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldMachOAArch64.h276 StubMap &Stubs) override { in processRelocationRef()
443 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
448 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldCOFFAArch64.h101 StubMap &Stubs) { in generateRelocationStub()
144 StubMap &Stubs) override { in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h37 StubMap &Stubs) override { in processRelocationRef()
130 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
135 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldMachOARM.h104 StubMap &Stubs) override { in processRelocationRef()
307 StubMap &Stubs) { in processBranchRelocation()
311 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldMachOAArch64.h276 StubMap &Stubs) override { in processRelocationRef()
443 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
448 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldCOFFAArch64.h102 StubMap &Stubs) { in generateRelocationStub()
145 StubMap &Stubs) override { in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h38 StubMap &Stubs) override { in processRelocationRef()
131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldMachOARM.h57 StubMap &Stubs) override { in processRelocationRef()
189 StubMap &Stubs) { in processBranchRelocation()
193 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
DRuntimeDyldMachOAArch64.h249 StubMap &Stubs) override { in processRelocationRef()
386 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
389 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldCOFFX86_64.h114 StubMap &Stubs) override { in processRelocationRef()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp787 StubContainers StubMap; in linkAndVerify() local
791 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath, in linkAndVerify()
797 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify()
874 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer, in linkAndVerify()
877 if (!StubMap.count(StubContainer)) in linkAndVerify()
881 if (!StubMap[StubContainer].count(SymbolName)) in linkAndVerify()
885 auto &SI = StubMap[StubContainer][SymbolName]; in linkAndVerify()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h46 relocation_iterator RelI, StubMap &Stubs);
181 StubMap &Stubs) override;
DRuntimeDyldCOFF.h47 uint64_t getDLLImportOffset(unsigned SectionID, StubMap &Stubs,
DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
DRuntimeDyldELF.cpp1063 StubMap &Stubs) { in resolveAArch64Branch()
1071 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch()
1118 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef()
1237 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1292 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1387 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1495 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1626 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1680 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h46 relocation_iterator RelI, StubMap &Stubs);
180 StubMap &Stubs) override;
DRuntimeDyldELF.cpp1056 StubMap &Stubs) { in resolveAArch64Branch()
1064 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch()
1111 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef()
1230 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1285 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1380 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1488 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1619 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1673 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
DRuntimeDyldImpl.h287 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
425 StubMap &Stubs) = 0;

12