Click or drag to resize
Llvm.NET LogoAttributeSetAsString 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
Syntax
C#
public string AsString(
	FunctionAttributeIndex index
)

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
Index to get the string for

Return Value

Type: String
Formatted string for the specified attribute index
See Also