llvm::FunctionImportGlobalProcessing

Class to handle necessary GlobalValue changes required by ThinLTO function importing, including linkage changes and any necessary renaming.

Synopsis

Declared in <llvm/Transforms/Utils/FunctionImportUtils.h>

class FunctionImportGlobalProcessing;

Member Functions

NameDescription
FunctionImportGlobalProcessing [constructor]Construct a processor for ThinLTO global value import/export handling.
run Process all globals in the module for ThinLTO import/export.