pub type LLVMModuleRef = *mut LLVMOpaqueModule;
Expand description
The top-level container for all other LLVM Intermediate Representation (IR) objects.
@see llvm::Module
pub type LLVMModuleRef = *mut LLVMOpaqueModule;
The top-level container for all other LLVM Intermediate Representation (IR) objects.
@see llvm::Module