LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::VFTableShapeRecord Class Reference

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

Inheritance diagram for llvm::codeview::VFTableShapeRecord:
Inheritance graph
[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

Definition at line 556 of file TypeRecord.h.

◆ VFTableShapeRecord() [3/4]

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

Definition at line 557 of file TypeRecord.h.

◆ VFTableShapeRecord() [4/4]

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

Definition at line 559 of file TypeRecord.h.

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 llvm::ArrayRef< T >::empty(), 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().

◆ SlotsRef

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

Definition at line 570 of file TypeRecord.h.

Referenced by getSlots().


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