LLVM 20.0.0git
|
Class to handle necessary GlobalValue changes required by ThinLTO function importing, including linkage changes and any necessary renaming. More...
#include "llvm/Transforms/Utils/FunctionImportUtils.h"
Public Member Functions | |
FunctionImportGlobalProcessing (Module &M, const ModuleSummaryIndex &Index, SetVector< GlobalValue * > *GlobalsToImport, bool ClearDSOLocalOnDeclarations) | |
bool | run () |
Class to handle necessary GlobalValue changes required by ThinLTO function importing, including linkage changes and any necessary renaming.
Definition at line 25 of file FunctionImportUtils.h.
|
inline |
bool FunctionImportGlobalProcessing::run | ( | ) |
Definition at line 350 of file FunctionImportUtils.cpp.
Referenced by llvm::renameModuleForThinLTO().