| AttributeValue Constructor (Context, AttributeKind, UInt64) |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET.Values
public AttributeValue( Context context, AttributeKind kind, ulong value )
Not all attributes support a value and those that do don't all support a full 64bit value. The following table provides the kinds of attributes accepting a value and the allowed size of the values.
| AttributeKind | Bit Length |
|---|---|
| Alignment | 32 |
| StackAlignment | 32 |
| Dereferenceable | 64 |
| DereferenceableOrNull | 64 |