Function llvm_sys::execution_engine::LLVMCreateExecutionEngineForModule[][src]

pub unsafe extern "C" fn LLVMCreateExecutionEngineForModule(
    OutEE: *mut LLVMExecutionEngineRef,
    M: LLVMModuleRef,
    OutError: *mut *mut c_char
) -> LLVMBool