[][src]Function llvm_sys::bit_reader::LLVMGetBitcodeModuleInContext2

pub unsafe extern "C" fn LLVMGetBitcodeModuleInContext2(
    ContextRef: LLVMContextRef,
    MemBuf: LLVMMemoryBufferRef,
    OutM: *mut LLVMModuleRef
) -> LLVMBool

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

Returns 0 on success.