Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h371 auto &&[Stubs, NewStub] = StubMap.try_emplace(Name);
378 DenseMap<StringRef, StubMapEntry> StubMap;
400 StubMapEntry &Stubs = StubMap[Name];
406 DenseMap<StringRef, StubMapEntry> StubMap;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h44 relocation_iterator RelI, StubMap &Stubs);
59 relocation_iterator RelI, StubMap &Stubs);
246 StubMap &Stubs) override;
H A DRuntimeDyldCOFF.h44 uint64_t getDLLImportOffset(unsigned SectionID, StubMap &Stubs,
H A DRuntimeDyldCOFF.cpp81 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
H A DRuntimeDyldImpl.h281 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
411 StubMap &Stubs) = 0;
H A DRuntimeDyldELF.cpp686 StubMap &Stubs) { in resolveLoongArch64Branch()
1546 StubMap &Stubs) { in resolveAArch64Branch()
1554 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch()
1599 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef()
1877 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
2115 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
H A DRuntimeDyld.cpp366 StubMap Stubs; in loadObjectImpl()
/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 DRuntimeDyldCOFFAArch64.h114 StubMap &Stubs) { in generateRelocationStub()
157 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h276 StubMap &Stubs) override { in processRelocationRef()
443 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
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 auto SMIt = StubMap.find(StubContainer); in linkAndVerify()
933 if (SMIt == StubMap.end()) in linkAndVerify()