CIRCT 21.0.0git
Loading...
Searching...
No Matches
Functions
ExportSMTLIB.cpp File Reference
#include "circt-c/ExportSMTLIB.h"
#include "circt/Target/ExportSMTLIB.h"
#include "mlir/CAPI/IR.h"
#include "mlir/CAPI/Support.h"
#include "mlir/CAPI/Utils.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for ExportSMTLIB.cpp:

Go to the source code of this file.

Functions

MlirLogicalResult mlirExportSMTLIB (MlirModule module, MlirStringCallback callback, void *userData)
 Emits SMTLIB for the specified module using the provided callback and user data.
 

Function Documentation

◆ mlirExportSMTLIB()

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().