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

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

Adds a set of attributes

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

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
Index for the attribute
attributes
Type: Llvm.NET.ValuesAttributeValue
Attributes to add

Return Value

Type: AttributeSet
See Also