Lines Matching refs:CombinedModule
581 Ctx(Conf), CombinedModule(std::make_unique<Module>("ld-temp.o", Ctx)), in RegularLTOState()
582 Mover(std::make_unique<IRMover>(*CombinedModule)) {} in RegularLTOState()
610 const Triple TT(RegularLTO.CombinedModule->getTargetTriple()); in addModuleToGlobalRes()
700 if (RegularLTO.CombinedModule->getTargetTriple().empty()) { in add()
701 RegularLTO.CombinedModule->setTargetTriple(Input->getTargetTriple()); in add()
984 RegularLTO.CombinedModule->getNamedValue(GV->getName()); in linkRegularLTO()
1088 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit()
1090 Function *TypeCheckedLoadFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit()
1093 RegularLTO.CombinedModule->getFunction( in checkPartiallySplit()
1218 RegularLTO.CombinedModule->getContext(), Conf.RemarksFilename, in runRegularLTO()
1242 const DataLayout &DL = RegularLTO.CombinedModule->getDataLayout(); in runRegularLTO()
1247 GlobalVariable *OldGV = RegularLTO.CombinedModule->getNamedGlobal(I.first); in runRegularLTO()
1256 auto *GV = new GlobalVariable(*RegularLTO.CombinedModule, Ty, false, in runRegularLTO()
1269 updateMemProfAttributes(*RegularLTO.CombinedModule, ThinLTO.CombinedIndex); in runRegularLTO()
1287 *RegularLTO.CombinedModule, WholeProgramVisibilityEnabledInLTO, in runRegularLTO()
1290 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
1294 !Conf.PreOptModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()
1300 RegularLTO.CombinedModule->getNamedValue(R.second.IRName); in runRegularLTO()
1333 !Conf.PostInternalizeModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()
1340 *RegularLTO.CombinedModule, ThinLTO.CombinedIndex)) in runRegularLTO()