rustc_codegen_llvm::llvm_::ffi

Function LLVMRustParseBitcodeForLTO

Source
pub unsafe extern "C" fn LLVMRustParseBitcodeForLTO(
    Context: &Context,
    Data: *const u8,
    len: usize,
    Identifier: *const c_char,
) -> Option<&Module>