Enum FunctionIndexKinds
Enumeration flags to indicate which attribute set index an attribute may apply to
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.dll
Syntax
[Flags]
public enum FunctionIndexKinds
Fields
Function | The attribute is applicable to a function |
None | Invalid attributes don't apply to any index |
Parameter | The attribute is applicable to a function's parameter |
Return | The attribute is applicable to a function's return |