Function rustc_codegen_llvm::llvm::LLVMRustBuildCallBr

source ·
pub unsafe extern "C" fn LLVMRustBuildCallBr<'a>(
    B: &Builder<'a>,
    Ty: &'a Type,
    Fn: &'a Value,
    DefaultDest: &'a BasicBlock,
    IndirectDests: *const &'a BasicBlock,
    NumIndirectDests: c_uint,
    Args: *const &'a Value,
    NumArgs: c_uint,
    OpBundles: *const &OperandBundleDef<'a>,
    NumOpBundles: c_uint,
    Name: *const c_char
) -> &'a Value