Searched refs:StubsMgr (Results 1 – 1 of 1) sorted by relevance
94 std::unique_ptr<IndirectStubsMgrT> StubsMgr; member102 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()