mlir_sys

Type Alias LLVMModuleRef

Source
pub type LLVMModuleRef = *mut LLVMOpaqueModule;
Expand description

The top-level container for all other LLVM Intermediate Representation (IR) objects.

@see llvm::Module