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