CIRCT 22.0.0git
Loading...
Searching...
No Matches
Functions
ExportLLVM.cpp File Reference
#include "circt-c/ExportLLVM.h"
#include "mlir/CAPI/IR.h"
#include "mlir/CAPI/Support.h"
#include "mlir/CAPI/Utils.h"
#include "mlir/Target/LLVMIR/Dialect/Builtin/BuiltinToLLVMIRTranslation.h"
#include "mlir/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.h"
#include "mlir/Target/LLVMIR/Export.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for ExportLLVM.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ mlirExportLLVMIR()

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