Function llvm_sys::core::LLVMGetEnumAttributeValue

source ยท
pub unsafe extern "C" fn LLVMGetEnumAttributeValue(
    A: LLVMAttributeRef
) -> u64
Expand description

Get the value of an enum attribute.

Returns 0 if none exists.