DPIExport struct
#include <slang/ast/Compilation.h>
A DPI export entry.
Public variables
- const SubroutineSymbol* subroutine
- The exported subroutine symbol.
-
std::
string cIdentifier - The C identifier used for the export.
-
const syntax::
DPIExportSyntax* syntax - The original export declaration syntax node.