| FunctionIndexKinds Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET.Values
[FlagsAttribute] public enum FunctionIndexKinds
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Invalid attributes don't apply to any index | |
| Function | 1 | The attribute is applicable to a function | |
| Return | 2 | The attribute is applicable to a function's return | |
| Parameter | 4 | The attribute is applicable to a function's parameter |