LLVMGetBitcodeModuleInContext2

Function LLVMGetBitcodeModuleInContext2 

Source
pub unsafe extern "C" fn LLVMGetBitcodeModuleInContext2(
    ContextRef: *mut LLVMContext,
    MemBuf: *mut LLVMMemoryBuffer,
    OutM: *mut *mut LLVMModule,
) -> i32
Expand description

Read a module from the specified path, returning a module provider performing lazy deserialization.

Returns 0 on success.