[][src]Function llvm_sys::execution_engine::LLVMCreateJITCompilerForModule

pub unsafe extern "C" fn LLVMCreateJITCompilerForModule(
    OutJIT: *mut LLVMExecutionEngineRef,
    M: LLVMModuleRef,
    OptLevel: c_uint,
    OutError: *mut *mut c_char
) -> LLVMBool