[−][src]Function llvm_sys::execution_engine::LLVMCreateJITCompiler
pub unsafe extern "C" fn LLVMCreateJITCompiler(
OutJIT: *mut LLVMExecutionEngineRef,
MP: LLVMModuleProviderRef,
OptLevel: c_uint,
OutError: *mut *mut c_char
) -> LLVMBool
Deprecated: Use LLVMCreateJITCompilerForModule instead