LLVM
8.0.1
|
#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 559 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 562 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 563 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 565 of file TypeRecord.h.
|
inline |
Definition at line 574 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 568 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
std::vector<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::Slots |
Definition at line 577 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
ArrayRef<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::SlotsRef |
Definition at line 576 of file TypeRecord.h.