Home
last modified time | relevance | path

Searched refs:StubMap (Results 1 – 25 of 26) 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()
DRuntimeDyldELF.h173 StubMap &Stubs) override;
DRuntimeDyld.cpp294 StubMap Stubs; in loadObjectImpl()
DRuntimeDyldChecker.cpp875 const RuntimeDyldImpl::StubMap &RTDyldStubs) { in registerStubMap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h40 typedef std::map<std::string, SectionMap> StubMap; typedef
67 const RuntimeDyldImpl::StubMap &RTDyldStubs);
74 StubMap Stubs;
DRuntimeDyldELF.h47 relocation_iterator RelI, StubMap &Stubs);
181 StubMap &Stubs) override;
DRuntimeDyldELF.cpp1046 StubMap &Stubs) { in resolveAArch64Branch()
1054 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch()
1101 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef()
1220 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1275 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1370 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1478 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1609 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1663 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
DRuntimeDyldImpl.h292 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
434 StubMap &Stubs) = 0;
DRuntimeDyldChecker.cpp901 const RuntimeDyldImpl::StubMap &RTDyldStubs) { in registerStubMap()
/external/swiftshader/third_party/llvm-7.0/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.h103 StubMap &Stubs) override { in processRelocationRef()
303 StubMap &Stubs) { in processBranchRelocation()
307 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
DRuntimeDyldCOFFX86_64.h134 StubMap &Stubs) { in generateRelocationStub()
182 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldMachOAArch64.h277 StubMap &Stubs) override { in processRelocationRef()
444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
449 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldCOFFI386.h42 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldMachOI386.h38 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldCOFFThumb.h62 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()
DRuntimeDyldCOFFI386.h42 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldMachOI386.h38 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldCOFFThumb.h42 StubMap &Stubs) override { in processRelocationRef()

12