Set of global values a module exports for cross‐module importing.
Synopsis
Declared in <llvm/Transforms/IPO/FunctionImport.h>
using ExportSetTy = DenseSet<ValueInfo>;
Description
The set contains an entry for every global value that the module exports. Depending on the user context, this container is allowed to contain definitions, declarations or a mix of both.
Created with MrDocs