enum class PointerOptions
Description
Equivalent to misc lfPointerAttr bitfields.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:357
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Flat32 | 256 | |
Volatile | 512 | |
Const | 1024 | |
Unaligned | 2048 | |
Restrict | 4096 | |
WinRTSmartPointer | 524288 | |
LValueRefThisPointer | 1048576 | |
RValueRefThisPointer | 2097152 |