Click or drag to resize
Llvm.NET LogoDebugInfoFlags Enumeration

[This is preliminary documentation and is subject to change.]

Accessibility flags

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
[FlagsAttribute]
public enum DebugInfoFlags
Members
  Member nameValueDescription
None0
Private1
Protected2
Public3
AccessibilityMask3
ForwardDeclaration4
AppleBlock8
BlockByrefStruct16
Virtual32
Artificial64
Explicit128
Prototyped256
ObjcClassComplete512
ObjectPointer1024
Vector2048
StaticMember4096
IndirectVariable8192
LValueReference16384
RValueReference32768
Remarks
The three accessibility flags are mutually exclusive and rolled together in the first two bits.
See Also