LLVM
10.0.0svn
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
VFTableShapeRecord ()=default | |
VFTableShapeRecord (TypeRecordKind Kind) | |
VFTableShapeRecord (ArrayRef< VFTableSlotKind > Slots) | |
VFTableShapeRecord (std::vector< VFTableSlotKind > Slots) | |
ArrayRef< VFTableSlotKind > | getSlots () const |
uint32_t | getEntryCount () const |
![]() | |
TypeRecordKind | getKind () const |
Public Attributes | |
ArrayRef< VFTableSlotKind > | SlotsRef |
std::vector< VFTableSlotKind > | Slots |
![]() | |
TypeRecordKind | Kind |
Additional Inherited Members | |
![]() | |
TypeRecord ()=default | |
TypeRecord (TypeRecordKind Kind) | |
Definition at line 558 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 561 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 562 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 564 of file TypeRecord.h.
|
inline |
Definition at line 573 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 567 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
std::vector<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::Slots |
Definition at line 576 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
ArrayRef<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::SlotsRef |
Definition at line 575 of file TypeRecord.h.