pub unsafe extern "C" fn LLVMGetEnumAttributeValue(
A: LLVMAttributeRef,
) -> u64
Expand description
Get the value of an enum attribute.
Returns 0 if none exists.
pub unsafe extern "C" fn LLVMGetEnumAttributeValue(
A: LLVMAttributeRef,
) -> u64
Get the value of an enum attribute.
Returns 0 if none exists.