Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h41 typedef std::map<std::string, SectionMap> StubMap; typedef
66 const RuntimeDyldImpl::StubMap &RTDyldStubs);
73 StubMap Stubs;
DRuntimeDyldImpl.h276 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
407 StubMap &Stubs) = 0;
DRuntimeDyldELF.cpp1168 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef()
1245 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1296 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1351 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1480 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1608 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1662 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
DRuntimeDyldELF.h170 StubMap &Stubs) override;
DRuntimeDyld.cpp230 StubMap Stubs; in loadObjectImpl()
DRuntimeDyldChecker.cpp873 const RuntimeDyldImpl::StubMap &RTDyldStubs) { in registerStubMap()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h37 StubMap &Stubs) override { in processRelocationRef()
119 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
124 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldMachOARM.h56 StubMap &Stubs) override { in processRelocationRef()
176 StubMap &Stubs) { in processBranchRelocation()
180 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
DRuntimeDyldMachOAArch64.h249 StubMap &Stubs) override { in processRelocationRef()
368 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
371 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldCOFFX86_64.h113 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldCOFFI386.h41 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldMachOI386.h37 StubMap &Stubs) override { in processRelocationRef()