enum class PointerToMemberRepresentation
Description
Equivalent to CV_pmtype_e.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:371
Enumerators
Name | Value | Comment |
---|---|---|
Unknown | 0 | |
SingleInheritanceData | 1 | |
MultipleInheritanceData | 2 | |
VirtualInheritanceData | 3 | |
GeneralData | 4 | |
SingleInheritanceFunction | 5 | |
MultipleInheritanceFunction | 6 | |
VirtualInheritanceFunction | 7 | |
GeneralFunction | 8 |