ΒΆunsigned int LLVMGetEnumAttributeKindForName(
    const char* Name,
    size_t SLen)

Description

Return an unique id given the name of a enum attribute, or 0 if no attribute by that name exists. See http://llvm.org/docs/LangRef.html#parameter-attributes and http://llvm.org/docs/LangRef.html#function-attributes for the list of available attributes. NB: Attribute names and/or id are subject to change without going through the C API deprecation cycle.

Declared at: llvm/include/llvm-c/Core.h:583

Parameters

const char* Name
size_t SLen