Class AttributeKindExtensions
Utility class to provide extension methods for validating usage of attribute kinds
Inheritance
AttributeKindExtensions
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.dll
Syntax
public static class AttributeKindExtensions
Methods
GetAttributeName(AttributeKind) | Gets the symbolic name of the attribute |
LookupId(UInt32) | Looks up the AttributeKind for an LLVM attribute id |
RequiresIntValue(AttributeKind) | Gets a value indicating whether the attribute requires an integer parameter value |