LLVMContextCreate

Function LLVMContextCreate 

Source
pub unsafe extern "C" fn LLVMContextCreate() -> LLVMContextRef
Expand description

Create a new context.

Every call to this function should be paired with a call to LLVMContextDispose() or the context will leak memory.