Searched refs:CombinedModule (Results 1 – 2 of 2) sorted by relevance
513 Mover(std::make_unique<IRMover>(*CombinedModule)) {} in RegularLTOState()544 Triple TT(RegularLTO.CombinedModule->getTargetTriple()); in addModuleToGlobalRes()619 if (RegularLTO.CombinedModule->getTargetTriple().empty()) { in add()875 RegularLTO.CombinedModule->getNamedValue(GV->getName()); in linkRegularLTO()962 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit()1046 RegularLTO.CombinedModule->getContext(), Conf.RemarksFilename, in runRegularLTO()1068 const DataLayout &DL = RegularLTO.CombinedModule->getDataLayout(); in runRegularLTO()1097 updateVCallVisibilityInModule(*RegularLTO.CombinedModule, in runRegularLTO()1102 !Conf.PreOptModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()1114 RegularLTO.CombinedModule->getNamedValue(R.second.IRName); in runRegularLTO()[all …]
324 std::unique_ptr<Module> CombinedModule; member