LLVMCreateInterpreterForModule

Function LLVMCreateInterpreterForModule 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMCreateInterpreterForModule(
    OutInterp: *mut LLVMExecutionEngineRef,
    M: LLVMModuleRef,
    OutError: *mut *mut c_char,
) -> LLVMBool