Click or drag to resize
Llvm.NET LogoFunctionIndexKinds Enumeration

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

Enumeration flags to indicate which attribute set index an attribute may apply to

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
[FlagsAttribute]
public enum FunctionIndexKinds
Members
  Member nameValueDescription
None0Invalid attributes don't apply to any index
Function1The attribute is applicable to a function
Return2The attribute is applicable to a function's return
Parameter4The attribute is applicable to a function's parameter
See Also