enum class PointerMode
Description
Equivalent to CV_ptrmode_e.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:348
Enumerators
Name | Value | Comment |
---|---|---|
Pointer | 0 | |
LValueReference | 1 | |
PointerToDataMember | 2 | |
PointerToMemberFunction | 3 | |
RValueReference | 4 |