rustc_codegen_llvm::llvm_::ffi

Function LLVMCreateOperandBundle

Source
pub(crate) unsafe extern "C" fn LLVMCreateOperandBundle(
    Tag: *const c_char,
    TagLen: size_t,
    Args: *const &Value,
    NumArgs: c_uint,
) -> *mut OperandBundle<'_>