LLVM 20.0.0git
|
#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 |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
ArrayRef< VFTableSlotKind > | SlotsRef |
std::vector< VFTableSlotKind > | Slots |
Public Attributes inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | Kind |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecord ()=default | |
TypeRecord (TypeRecordKind Kind) | |
Definition at line 553 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 556 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 557 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 559 of file TypeRecord.h.
|
inline |
Definition at line 568 of file TypeRecord.h.
References getSlots(), and llvm::ArrayRef< T >::size().
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 562 of file TypeRecord.h.
References llvm::ArrayRef< T >::empty(), Slots, and SlotsRef.
Referenced by getEntryCount().
std::vector<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::Slots |
Definition at line 571 of file TypeRecord.h.
Referenced by getSlots().
ArrayRef<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::SlotsRef |
Definition at line 570 of file TypeRecord.h.
Referenced by getSlots().