Searched refs:StubMap (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 37 StubMap &Stubs) override { in processRelocationRef() 130 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() 135 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 104 StubMap &Stubs) override { in processRelocationRef() 307 StubMap &Stubs) { in processBranchRelocation() 311 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 146 StubMap &Stubs) { in generateRelocationStub() 194 StubMap &Stubs) override { in processRelocationRef()
|
| H A D | RuntimeDyldMachOAArch64.h | 276 StubMap &Stubs) override { in processRelocationRef() 443 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() 448 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
| H A D | RuntimeDyldCOFFAArch64.h | 102 StubMap &Stubs) { in generateRelocationStub() 145 StubMap &Stubs) override { in processRelocationRef()
|
| H A D | RuntimeDyldCOFFI386.h | 41 StubMap &Stubs) override { in processRelocationRef()
|
| H A D | RuntimeDyldMachOI386.h | 37 StubMap &Stubs) override { in processRelocationRef()
|
| H A D | RuntimeDyldCOFFThumb.h | 64 StubMap &Stubs) override { in processRelocationRef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 46 relocation_iterator RelI, StubMap &Stubs); 181 StubMap &Stubs) override;
|
| H A D | RuntimeDyldCOFF.h | 47 uint64_t getDLLImportOffset(unsigned SectionID, StubMap &Stubs,
|
| H A D | RuntimeDyldCOFF.cpp | 82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
|
| H A D | RuntimeDyldELF.cpp | 1125 StubMap &Stubs) { in resolveAArch64Branch() 1133 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch() 1180 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef() 1301 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1356 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1451 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1559 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1690 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1744 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
|
| H A D | RuntimeDyldImpl.h | 286 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef 410 StubMap &Stubs) = 0;
|
| H A D | RuntimeDyld.cpp | 360 StubMap Stubs; in loadObjectImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 789 StubContainers StubMap; in linkAndVerify() local 793 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath, in linkAndVerify() 799 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify() 877 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer, in linkAndVerify() 880 if (!StubMap.count(StubContainer)) in linkAndVerify() 884 if (!StubMap[StubContainer].count(SymbolName)) in linkAndVerify() 888 auto &SI = StubMap[StubContainer][SymbolName]; in linkAndVerify()
|