ΒΆbool renameModuleForThinLTO(
llvm::Module& M,
const llvm::ModuleSummaryIndex& Index,
SetVector<llvm::GlobalValue*>*
GlobalsToImport = nullptr)
bool renameModuleForThinLTO(
llvm::Module& M,
const llvm::ModuleSummaryIndex& Index,
SetVector<llvm::GlobalValue*>*
GlobalsToImport = nullptr)
Description
Perform in-place global value handling on the given Module for exported local functions renamed and promoted for ThinLTO.
Declared at: llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h:112
Parameters
- llvm::Module& M
- const llvm::ModuleSummaryIndex& Index
- SetVector<llvm::GlobalValue*>* GlobalsToImport = nullptr