rustc_codegen_llvm::llvm_::ffi

Function LLVMBuildInvokeWithOperandBundles

Source
pub(crate) unsafe extern "C" fn LLVMBuildInvokeWithOperandBundles<'a>(
    B: &Builder<'a>,
    Ty: &'a Type,
    Fn: &'a Value,
    Args: *const &'a Value,
    NumArgs: c_uint,
    Then: &'a BasicBlock,
    Catch: &'a BasicBlock,
    Bundles: *const &OperandBundle<'a>,
    NumBundles: c_uint,
    Name: *const c_char,
) -> &'a Value