pub unsafe extern "C" fn LLVMGetOperandBundleTag(
    Bundle: LLVMOperandBundleRef,
    Len: *mut size_t
) -> *const c_char
Expand description

Obtain the tag of an operand bundle as a string.

@param Bundle Operand bundle to obtain tag of. @param Len Out parameter which holds the length of the returned string. @return The tag name of Bundle. @see OperandBundleDef::getTag()