Function llvm_sys::execution_engine::LLVMRemoveModuleProvider

source ยท
pub unsafe extern "C" fn LLVMRemoveModuleProvider(
    EE: LLVMExecutionEngineRef,
    MP: LLVMModuleProviderRef,
    OutMod: *mut LLVMModuleRef,
    OutError: *mut *mut c_char,
) -> LLVMBool
Expand description

Deprecated: Use LLVMRemoveModule instead