Home
last modified time | relevance | path

Searched refs:StubsMgr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h94 std::unique_ptr<IndirectStubsMgrT> StubsMgr; member
102 StubsMgr(std::move(Other.StubsMgr)) {} in LogicalModuleResources()
108 StubsMgr = std::move(Other.StubsMgr);
115 return StubsMgr->findPointer(Name.drop_back(9)); in findSymbol()
117 return StubsMgr->findStub(Name, ExportedSymbolsOnly); in findSymbol()
281 LMResources.StubsMgr = CreateIndirectStubsManager(); in addLogicalModule()
282 auto EC = LMResources.StubsMgr->createStubs(StubInits); in addLogicalModule()
328 auto StubSym = LMResources.StubsMgr->findStub(FName, false); in addLogicalModule()
362 if (auto Sym = LMResources.StubsMgr->findStub(Name, false)) in addLogicalModule()
416 if (auto EC = LMResources.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h209 std::unique_ptr<IndirectStubsMgrT> StubsMgr) in LogicalDylib()
211 StubsMgr(std::move(StubsMgr)) {} in LogicalDylib()
230 if (auto Sym = StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol()
249 std::unique_ptr<IndirectStubsMgrT> StubsMgr; member
339 if (auto Sym = KV.second.StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol()
373 if (auto Err = LMResources->StubsMgr->updatePointer(CalledFnName, in updatePointer()
435 if (auto Err = LD.StubsMgr->createStubs(StubInits)) in addLogicalModule()
484 LD.StubsMgr->findStub(FName, false).getAddress(); in addLogicalModule()
515 if (auto Sym = LD.StubsMgr->findStub(Name, false)) in addLogicalModule()
608 if (auto EC = LD.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
/external/llvm-project/llvm/docs/
DORCv2.rst452 lazyReexports(CallThroughMgr, StubsMgr, JD,