Searched refs:renameModuleForThinLTO (Results 1 – 6 of 6) sorted by relevance
118 bool renameModuleForThinLTO(
309 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
317 if (renameModuleForThinLTO(*M, *Index)) in linkFiles()
1175 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport)) in importFunctions()1244 if (renameModuleForThinLTO(M, *Index, nullptr)) { in doImportingForModule()
489 renameModuleForThinLTO(Mod, CombinedIndex); in thinBackend()
151 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()