ΒΆbool renameModuleForThinLTO(
    llvm::Module& M,
    const llvm::ModuleSummaryIndex& Index,
    bool ClearDSOLocalOnDeclarations,
    SetVector<llvm::GlobalValue*>*
        GlobalsToImport = nullptr)
bool renameModuleForThinLTO(
    llvm::Module& M,
    const llvm::ModuleSummaryIndex& Index,
    bool ClearDSOLocalOnDeclarations,
    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:128
Parameters
- llvm::Module& M
- const llvm::ModuleSummaryIndex& Index
- bool ClearDSOLocalOnDeclarations
- SetVector<llvm::GlobalValue*>* GlobalsToImport = nullptr