 | AttributeSetAsString Method |
[This is preliminary documentation and is subject to change.]
Get LLVM formatted string representation of this
AttributeSet for a given index
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic string AsString(
FunctionAttributeIndex index
)
Parameters
- index
- Type: Llvm.NETFunctionAttributeIndex
Index to get the string for
Return Value
Type:
StringFormatted string for the specified attribute index
See Also