LLVM 22.0.0git
llvm::codeview::VFTableShapeRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::VFTableShapeRecord:
[legend]

Public Member Functions

 VFTableShapeRecord ()=default
 VFTableShapeRecord (TypeRecordKind Kind)
 VFTableShapeRecord (ArrayRef< VFTableSlotKind > Slots)
 VFTableShapeRecord (std::vector< VFTableSlotKind > Slots)
ArrayRef< VFTableSlotKindgetSlots () const
uint32_t getEntryCount () const
Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const

Public Attributes

ArrayRef< VFTableSlotKindSlotsRef
std::vector< VFTableSlotKindSlots
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)

Detailed Description

Definition at line 553 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ VFTableShapeRecord() [1/4]

llvm::codeview::VFTableShapeRecord::VFTableShapeRecord ( )
default

◆ VFTableShapeRecord() [2/4]

llvm::codeview::VFTableShapeRecord::VFTableShapeRecord ( TypeRecordKind Kind)
inlineexplicit

◆ VFTableShapeRecord() [3/4]

llvm::codeview::VFTableShapeRecord::VFTableShapeRecord ( ArrayRef< VFTableSlotKind > Slots)
inlineexplicit

Definition at line 557 of file TypeRecord.h.

References Slots, SlotsRef, and llvm::codeview::TypeRecord::TypeRecord().

◆ VFTableShapeRecord() [4/4]

llvm::codeview::VFTableShapeRecord::VFTableShapeRecord ( std::vector< VFTableSlotKind > Slots)
inlineexplicit

Definition at line 559 of file TypeRecord.h.

References llvm::move(), Slots, and llvm::codeview::TypeRecord::TypeRecord().

Member Function Documentation

◆ getEntryCount()

uint32_t llvm::codeview::VFTableShapeRecord::getEntryCount ( ) const
inline

◆ getSlots()

ArrayRef< VFTableSlotKind > llvm::codeview::VFTableShapeRecord::getSlots ( ) const
inline

Definition at line 562 of file TypeRecord.h.

References Slots, and SlotsRef.

Referenced by getEntryCount().

Member Data Documentation

◆ Slots

std::vector<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::Slots

Definition at line 571 of file TypeRecord.h.

Referenced by getSlots(), VFTableShapeRecord(), and VFTableShapeRecord().

◆ SlotsRef

ArrayRef<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::SlotsRef

Definition at line 570 of file TypeRecord.h.

Referenced by getSlots(), and VFTableShapeRecord().


The documentation for this class was generated from the following file: