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

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

Tests if this attribute set has a given AttributeValue kind

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

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
Index for the attribute
kind
Type: Llvm.NETAttributeKind
Kind of AttributeValue to test for

Return Value

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