Enum FunctionIndexKinds
Enumeration flags to indicate which attribute set index an attribute may apply to
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.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 |