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

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

Adds Attributes from another attribute set along a given index

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

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
Index to add attributes to and from
attributes
Type: Llvm.NET.ValuesAttributeSet
AttributeSet to add the attributes from

Return Value

Type: AttributeSet
New AttributeSetContaining all attributes of this set plus any attributes from attributes along the specified index
See Also