enum class PointerKind
Description
Equivalent to CV_ptrtype_e.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:331
Enumerators
Name | Value | Comment |
---|---|---|
Near16 | 0 | |
Far16 | 1 | |
Huge16 | 2 | |
BasedOnSegment | 3 | |
BasedOnValue | 4 | |
BasedOnSegmentValue | 5 | |
BasedOnAddress | 6 | |
BasedOnSegmentAddress | 7 | |
BasedOnType | 8 | |
BasedOnSelf | 9 | |
Near32 | 10 | |
Far32 | 11 | |
Near64 | 12 |