Searched refs:renameModuleForThinLTO (Results 1 – 6 of 6) sorted by relevance
94 bool renameModuleForThinLTO(
277 if (renameModuleForThinLTO(*SrcModule, *Index, &GlobalsToImport)) in importFunctions()323 if (renameModuleForThinLTO(*M, *Index)) in linkFiles()
238 bool llvm::renameModuleForThinLTO( in renameModuleForThinLTO() function in llvm
659 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport)) in importFunctions()768 if (renameModuleForThinLTO(M, *Index, nullptr)) { in runOnModule()
143 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
1199 if (renameModuleForThinLTO(*NewModule, CombinedIndex)) in thinLTOBackendTask()