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

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

Tests if this attribute set has a given string attribute

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

Parameters

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

Return Value

Type: Boolean
true if the attribute exists or false if not
See Also