/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 40 typedef std::map<std::string, SectionMap> StubMap; typedef 65 const RuntimeDyldImpl::StubMap &RTDyldStubs); 72 StubMap Stubs;
|
D | RuntimeDyldImpl.h | 270 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef 397 StubMap &Stubs) = 0;
|
D | RuntimeDyldELF.cpp | 1193 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()
|
D | RuntimeDyldELF.h | 173 StubMap &Stubs) override;
|
D | RuntimeDyld.cpp | 294 StubMap Stubs; in loadObjectImpl()
|
D | RuntimeDyldChecker.cpp | 875 const RuntimeDyldImpl::StubMap &RTDyldStubs) { in registerStubMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 40 typedef std::map<std::string, SectionMap> StubMap; typedef 67 const RuntimeDyldImpl::StubMap &RTDyldStubs); 74 StubMap Stubs;
|
D | RuntimeDyldELF.h | 47 relocation_iterator RelI, StubMap &Stubs); 181 StubMap &Stubs) override;
|
D | RuntimeDyldELF.cpp | 1046 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()
|
D | RuntimeDyldImpl.h | 292 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef 434 StubMap &Stubs) = 0;
|
D | RuntimeDyldChecker.cpp | 901 const RuntimeDyldImpl::StubMap &RTDyldStubs) { in registerStubMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 38 StubMap &Stubs) override { in processRelocationRef() 131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() 136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 103 StubMap &Stubs) override { in processRelocationRef() 303 StubMap &Stubs) { in processBranchRelocation() 307 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 134 StubMap &Stubs) { in generateRelocationStub() 182 StubMap &Stubs) override { in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 277 StubMap &Stubs) override { in processRelocationRef() 444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() 449 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
D | RuntimeDyldCOFFI386.h | 42 StubMap &Stubs) override { in processRelocationRef()
|
D | RuntimeDyldMachOI386.h | 38 StubMap &Stubs) override { in processRelocationRef()
|
D | RuntimeDyldCOFFThumb.h | 62 StubMap &Stubs) override { in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 38 StubMap &Stubs) override { in processRelocationRef() 131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() 136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 57 StubMap &Stubs) override { in processRelocationRef() 189 StubMap &Stubs) { in processBranchRelocation() 193 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 249 StubMap &Stubs) override { in processRelocationRef() 386 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() 389 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 114 StubMap &Stubs) override { in processRelocationRef()
|
D | RuntimeDyldCOFFI386.h | 42 StubMap &Stubs) override { in processRelocationRef()
|
D | RuntimeDyldMachOI386.h | 38 StubMap &Stubs) override { in processRelocationRef()
|
D | RuntimeDyldCOFFThumb.h | 42 StubMap &Stubs) override { in processRelocationRef()
|