Home
last modified time | relevance | path

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

/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/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()
DRuntimeDyldCOFFThumb.h42 StubMap &Stubs) override { in processRelocationRef()
DRuntimeDyldMachOI386.h38 StubMap &Stubs) override { in processRelocationRef()