Equivalent to CV_ptrmode_e.
Declared in <llvm/DebugInfo/CodeView/CodeView.h>
enum class PointerMode : uint8_t;
| Name | Description |
|---|---|
Pointer | Ordinary pointer. |
LValueReference | L-value reference (classic C++ reference). |
PointerToDataMember | Pointer to a non-static data member. |
PointerToMemberFunction | Pointer to a non-static member function. |
RValueReference | R-value reference. |