Searched refs:renameModuleForThinLTO (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionImportUtils.h | 128 bool renameModuleForThinLTO(
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 355 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 452 if (renameModuleForThinLTO(*M, *Index, in linkFiles()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1863 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 D | LTOBackend.cpp | 608 renameModuleForThinLTO(Mod, CombinedIndex, ClearDSOLocalOnDeclarations); in thinBackend()
|
H A D | ThinLTOCodeGenerator.cpp | 165 if (renameModuleForThinLTO(TheModule, Index, ClearDSOLocalOnDeclarations)) in promoteModule()
|