Click or drag to resize
Llvm.NET LogoAttributeSetAdd Method (FunctionAttributeIndex, IEnumerableAttributeValue)

[This is preliminary documentation and is subject to change.]

Produces a new AttributeSet that includes the attributes from this set along with additional attributes provided

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public AttributeSet Add(
	FunctionAttributeIndex index,
	IEnumerable<AttributeValue> attributes
)

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
FunctionAttributeIndex to use for the new attributes
attributes
Type: System.Collections.GenericIEnumerableAttributeValue
Collection of attributes to add

Return Value

Type: AttributeSet
Newly created AttributeSetwith the new attributes added
See Also