Click or drag to resize
Llvm.NET LogoFunctionAttributeIndex Enumeration

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

Function index for attributes

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public enum FunctionAttributeIndex
Members
  Member nameValueDescription
Function-1The attribute applies to the function itself
ReturnType0The attribute applies to the return type of the function
Parameter01The attribute applies to the first parameter of the function
Remarks
Attributes on functions apply to the function itself, the return type or one of the function's parameters. This enumeration is used to identify where the attribute applies.
See Also