Searched refs:StubMap (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 36 StubMap &Stubs) override { in processRelocationRef() 129 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() 134 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
H A D | RuntimeDyldMachOARM.h | 103 StubMap &Stubs) override { in processRelocationRef() 306 StubMap &Stubs) { in processBranchRelocation() 310 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
|
H A D | RuntimeDyldCOFFX86_64.h | 153 StubMap &Stubs) { in generateRelocationStub() 201 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 | 103 StubMap &Stubs) { in generateRelocationStub() 146 StubMap &Stubs) override { in processRelocationRef()
|
H A D | RuntimeDyldCOFFI386.h | 41 StubMap &Stubs) override { in processRelocationRef()
|
H A D | RuntimeDyldMachOI386.h | 36 StubMap &Stubs) override { in processRelocationRef()
|
H A D | RuntimeDyldCOFFThumb.h | 86 StubMap &Stubs) override { in processRelocationRef()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 838 StubContainers StubMap; in linkAndVerify() local 842 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath, in linkAndVerify() 848 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify() 928 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer, in linkAndVerify() 932 if (!StubMap.count(StubContainer)) in linkAndVerify() 936 if (!StubMap[StubContainer].count(SymbolName)) in linkAndVerify() 940 auto &SI = StubMap[StubContainer][SymbolName]; in linkAndVerify()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 46 relocation_iterator RelI, StubMap &Stubs); 227 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 | 1174 StubMap &Stubs) { in resolveAArch64Branch() 1182 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch() 1227 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef() 1347 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1401 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1496 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1604 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1734 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1786 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
|
H A D | RuntimeDyldImpl.h | 286 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef 416 StubMap &Stubs) = 0;
|
H A D | RuntimeDyld.cpp | 366 StubMap Stubs; in loadObjectImpl()
|