Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h128 bool renameModuleForThinLTO(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp355 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp452 if (renameModuleForThinLTO(*M, *Index, in linkFiles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1863 if (renameModuleForThinLTO(*SrcModule, Index, ClearDSOLocalOnDeclarations, in importFunctions()
1938 if (renameModuleForThinLTO(M, *Index, /*ClearDSOLocalOnDeclarations=*/false, in doImportingForModuleForTest()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp608 renameModuleForThinLTO(Mod, CombinedIndex, ClearDSOLocalOnDeclarations); in thinBackend()
H A DThinLTOCodeGenerator.cpp165 if (renameModuleForThinLTO(TheModule, Index, ClearDSOLocalOnDeclarations)) in promoteModule()