Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h40 typedef std::map<std::string, SectionMap> StubMap; typedef
70 const RuntimeDyldImpl::StubMap &RTDyldStubs);
77 StubMap Stubs;
H A DRuntimeDyldELF.h47 relocation_iterator RelI, StubMap &Stubs);
181 StubMap &Stubs) override;
H A DRuntimeDyldELF.cpp1046 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()
H A DRuntimeDyldImpl.h292 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
434 StubMap &Stubs) = 0;
H A DRuntimeDyldChecker.cpp922 const RuntimeDyldImpl::StubMap &RTDyldStubs) { in registerStubMap()
H A DRuntimeDyld.cpp351 StubMap Stubs; in loadObjectImpl()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h38 StubMap &Stubs) override { in processRelocationRef()
131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
H A DRuntimeDyldMachOARM.h105 StubMap &Stubs) override { in processRelocationRef()
305 StubMap &Stubs) { in processBranchRelocation()
309 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
H A DRuntimeDyldCOFFX86_64.h147 StubMap &Stubs) { in generateRelocationStub()
195 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h277 StubMap &Stubs) override { in processRelocationRef()
444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
449 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
H A DRuntimeDyldCOFFI386.h42 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldMachOI386.h38 StubMap &Stubs) override { in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h62 StubMap &Stubs) override { in processRelocationRef()