 | AttributeSetHas 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
Syntaxpublic 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:
Booleantrue if the attribute exists or false if not
See Also