enum class ModifierOptions
Description
Equivalent to CV_modifier_t. TODO: Add flag for _Atomic modifier
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:299
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Const | 1 | |
Volatile | 2 | |
Unaligned | 4 |
Equivalent to CV_modifier_t. TODO: Add flag for _Atomic modifier
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:299
Name | Value | Comment |
---|---|---|
None | 0 | |
Const | 1 | |
Volatile | 2 | |
Unaligned | 4 |