LLVM: llvm::codeview::VFTableShapeRecord Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"

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

Definition at line 553 of file TypeRecord.h.

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

VFTableShapeRecord() [2/4]

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

VFTableShapeRecord() [3/4]

VFTableShapeRecord() [4/4]

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

getEntryCount()

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

getSlots()

Slots

SlotsRef


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