Searched refs:StubsMgr (Results 1 – 1 of 1) sorted by relevance
90 std::unique_ptr<IndirectStubsMgrT> StubsMgr; member98 StubsMgr(std::move(Other.StubsMgr)) {} in LogicalModuleResources()104 StubsMgr = std::move(Other.StubsMgr);110 return StubsMgr->findPointer(Name.drop_back(9)); in findSymbol()112 return StubsMgr->findStub(Name, ExportedSymbolsOnly); in findSymbol()253 LMResources.StubsMgr = CreateIndirectStubsManager(); in addLogicalModule()254 auto EC = LMResources.StubsMgr->createStubs(StubInits); in addLogicalModule()287 auto StubSym = LMResources.StubsMgr->findStub(FName, false); in addLogicalModule()321 if (auto Sym = LMResources.StubsMgr->findStub(Name, false)) in addLogicalModule()377 if (auto EC = LMResources.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()