Function LLVMParseBitcode

Source
pub unsafe extern "C" fn LLVMParseBitcode(
    MemBuf: *mut LLVMMemoryBuffer,
    OutModule: *mut *mut LLVMModule,
    OutMessage: *mut *mut i8,
) -> i32
👎Deprecated since 3.8: Use LLVMParseBitcode2
Expand description

Build a module from the bitcode in the specified memory buffer.

Returns 0 on success and the generated module in OutModule. Optionally returns a human-readable error message in OutMessage.