Lines Matching refs:LMResources
250 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule() local
252 LMResources.SourceModule = wrapOwnership<Module>(std::move(SrcMPtr)); in addLogicalModule()
254 Module &SrcM = LMResources.SourceModule->getResource(); in addLogicalModule()
267 LMResources.StubsToClone.insert(&F); in addLogicalModule()
281 LMResources.StubsMgr = CreateIndirectStubsManager(); in addLogicalModule()
282 auto EC = LMResources.StubsMgr->createStubs(StubInits); in addLogicalModule()
317 [this, &GVsM, &LMResources](Value *V) -> Value* { in addLogicalModule()
328 auto StubSym = LMResources.StubsMgr->findStub(FName, false); in addLogicalModule()
361 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule()
362 if (auto Sym = LMResources.StubsMgr->findStub(Name, false)) in addLogicalModule()
389 auto &LMResources = LD.getLogicalModuleResources(LMH); in extractAndCompile() local
390 Module &SrcM = LMResources.SourceModule->getResource(); in extractAndCompile()
416 if (auto EC = LMResources.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
427 auto &LMResources = LD.getLogicalModuleResources(LMH); in emitPartition() local
428 Module &SrcM = LMResources.SourceModule->getResource(); in emitPartition()
441 auto Materializer = createLambdaMaterializer([this, &LMResources, &M, in emitPartition()
448 if (!LMResources.StubsToClone.count(F)) in emitPartition()