LLVMGetModuleContext

Function LLVMGetModuleContext 

Source
pub unsafe extern "C" fn LLVMGetModuleContext(
    M: LLVMModuleRef,
) -> LLVMContextRef
Expand description

Obtain the context to which this module is associated.

@see Module::getContext()