CIRCT 21.0.0git
|
#include "mlir-c/IR.h"
Go to the source code of this file.
Functions | |
MLIR_CAPI_EXPORTED MlirLogicalResult | mlirExportSMTLIB (MlirModule, MlirStringCallback, void *userData) |
Emits SMTLIB for the specified module using the provided callback and user data. | |
MLIR_CAPI_EXPORTED MlirLogicalResult mlirExportSMTLIB | ( | MlirModule | module, |
MlirStringCallback | callback, | ||
void * | userData | ||
) |
Emits SMTLIB for the specified module using the provided callback and user data.
Definition at line 17 of file ExportSMTLIB.cpp.
References circt::ExportSMTLIB::exportSMTLIB(), unwrap(), and wrap().