LLVMContextRef

Type Alias LLVMContextRef 

Source
pub type LLVMContextRef = *mut LLVMOpaqueContext;
Expand description

The top-level container for all LLVM global data. See the LLVMContext class.