![]() | DebugInfoFlags Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET.DebugInfo
[FlagsAttribute] public enum DebugInfoFlags
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Private | 1 | ||
Protected | 2 | ||
Public | 3 | ||
AccessibilityMask | 3 | ||
ForwardDeclaration | 4 | ||
AppleBlock | 8 | ||
BlockByrefStruct | 16 | ||
Virtual | 32 | ||
Artificial | 64 | ||
Explicit | 128 | ||
Prototyped | 256 | ||
ObjcClassComplete | 512 | ||
ObjectPointer | 1024 | ||
Vector | 2048 | ||
StaticMember | 4096 | ||
IndirectVariable | 8192 | ||
LValueReference | 16384 | ||
RValueReference | 32768 |