Enum FunctionAttributeIndex
Function index for attributes
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public enum FunctionAttributeIndex
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.
Fields
Function | The attribute applies to the function itself |
Parameter0 | The attribute applies to the first parameter of the function |
ReturnType | The attribute applies to the return type of the function |