 | AttributeValue Constructor (Context, String, String) |
[This is preliminary documentation and is subject to change.]
Adds a Target specific named attribute with value
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic AttributeValue(
Context context,
string name,
string value
)
Parameters
- context
- Type: Llvm.NETContext
Context to use for interning attributes - name
- Type: SystemString
Name of the attribute - value
- Type: SystemString
Value of the attribute
See Also