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

Name

Description

FunctionImportGlobalProcessing [constructor]

Construct a processor for ThinLTO global value import/export handling.

run

Process all globals in the module for ThinLTO import/export.

Created with MrDocs