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 |
|
Construct a processor for ThinLTO global value import/export handling. |
Process all globals in the module for ThinLTO import/export. |
Created with MrDocs