Home
last modified time | relevance | path

Searched refs:renameModuleForThinLTO (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h128 bool renameModuleForThinLTO(
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp335 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp422 if (renameModuleForThinLTO(*M, *Index, in linkFiles()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1329 if (renameModuleForThinLTO(*SrcModule, Index, ClearDSOLocalOnDeclarations, in importFunctions()
1400 if (renameModuleForThinLTO(M, *Index, /*ClearDSOLocalOnDeclarations=*/false, in doImportingForModule()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp595 renameModuleForThinLTO(Mod, CombinedIndex, ClearDSOLocalOnDeclarations); in thinBackend()
H A DThinLTOCodeGenerator.cpp162 if (renameModuleForThinLTO(TheModule, Index, ClearDSOLocalOnDeclarations)) in promoteModule()