 | AttributeBuilderToAttributeSet Method (FunctionAttributeIndex) |
[This is preliminary documentation and is subject to change.]
Converts the contents of this builder to an immutable
AttributeSet
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic AttributeSet ToAttributeSet(
FunctionAttributeIndex index
)
Parameters
- index
- Type: Llvm.NETFunctionAttributeIndex
Index for the attributes in the new AttributeSet
Return Value
Type:
AttributeSetNew
AttributeSet containing the attributes from this builder in the specified index
Remarks
See Also