Click or drag to resize
Llvm.NET LogoAttributeBuilder Constructor (AttributeSet, FunctionAttributeIndex)

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

Creates a new AttributeBuilder from a single index of an existing AttributeSet

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

Parameters

attributes
Type: Llvm.NET.ValuesAttributeSet
AttributeSet to initialize the builder from
index
Type: Llvm.NETFunctionAttributeIndex
FunctionAttributeIndex to take from attributes
See Also