enum class MethodOptions
Description
Equivalent to CV_fldattr_t bitfield.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:279
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
AccessMask | 3 | |
MethodKindMask | 28 | |
Pseudo | 32 | |
NoInherit | 64 | |
NoConstruct | 128 | |
CompilerGenerated | 256 | |
Sealed | 512 |