LF_VTSHAPE record describing the shape of a virtual function table.
Declared in <llvm/DebugInfo/CodeView/TypeRecord.h>
class VFTableShapeRecord
: public TypeRecord
| Name | Description |
|---|---|
TypeRecord | Base class for decoded CodeView type records. |
| Name | Description |
|---|---|
VFTableShapeRecord [constructor] | Constructors |
getEntryCount | Return the number of entries in the vtable shape. |
getKind | Return the kind of this type record. |
getSlots | Return the virtual function table slot kinds. |
| Name | Description |
|---|---|
Kind | Kind of this type record. |
Slots | Owned storage for the vtable slot kinds. |
SlotsRef | Non-owning view of the vtable slot kinds, when available. |