Click or drag to resize
Llvm.NET LogoAttributeSetRemove Method (FunctionAttributeIndex, String)

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

Remove a target specific attribute

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

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
Index for the attribute
name
Type: SystemString
Name of the attribute

Return Value

Type: AttributeSet
See Also