CIRCT 22.0.0git
Loading...
Searching...
No Matches
Functions
ExportLLVM.h File Reference
#include "mlir-c/IR.h"
Include dependency graph for ExportLLVM.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MLIR_CAPI_EXPORTED MlirLogicalResult mlirExportLLVMIR (MlirModule, MlirStringCallback, void *userData)
 Exports LLVM IR for the specified module using the provided callback and user data.
 

Function Documentation

◆ mlirExportLLVMIR()

MLIR_CAPI_EXPORTED MlirLogicalResult mlirExportLLVMIR ( MlirModule  module,
MlirStringCallback  callback,
void *  userData 
)

Exports LLVM IR for the specified module using the provided callback and user data.

Definition at line 20 of file ExportLLVM.cpp.

References unwrap().

Referenced by NB_MODULE().