Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h36 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 DRuntimeDyldMachOARM.h103 StubMap &Stubs) override { in processRelocationRef()
306 StubMap &Stubs) { in processBranchRelocation()
310 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
H A DRuntimeDyldCOFFX86_64.h153 StubMap &Stubs) { in generateRelocationStub()
201 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h276 StubMap &Stubs) override { in processRelocationRef()
443 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
448 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
H A DRuntimeDyldCOFFAArch64.h103 StubMap &Stubs) { in generateRelocationStub()
146 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldCOFFI386.h41 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldMachOI386.h36 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h86 StubMap &Stubs) override { in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp838 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 DRuntimeDyldELF.h46 relocation_iterator RelI, StubMap &Stubs);
227 StubMap &Stubs) override;
H A DRuntimeDyldCOFF.h47 uint64_t getDLLImportOffset(unsigned SectionID, StubMap &Stubs,
H A DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
H A DRuntimeDyldELF.cpp1174 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 DRuntimeDyldImpl.h286 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
416 StubMap &Stubs) = 0;
H A DRuntimeDyld.cpp366 StubMap Stubs; in loadObjectImpl()