LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
VFTableRecord ()=default | |
VFTableRecord (TypeRecordKind Kind) | |
VFTableRecord (TypeIndex CompleteClass, TypeIndex OverriddenVFTable, uint32_t VFPtrOffset, StringRef Name, ArrayRef< StringRef > Methods) | |
TypeIndex | getCompleteClass () const |
TypeIndex | getOverriddenVTable () const |
uint32_t | getVFPtrOffset () const |
StringRef | getName () const |
ArrayRef< StringRef > | getMethodNames () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
TypeIndex | CompleteClass |
TypeIndex | OverriddenVFTable |
uint32_t | VFPtrOffset = 0 |
std::vector< StringRef > | MethodNames |
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 690 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 693 of file TypeRecord.h.
|
inline |
Definition at line 694 of file TypeRecord.h.
References llvm::append_range(), MethodNames, and Name.
|
inline |
Definition at line 703 of file TypeRecord.h.
References CompleteClass.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
Definition at line 708 of file TypeRecord.h.
References llvm::ArrayRef< T >::drop_front(), and MethodNames.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 706 of file TypeRecord.h.
References llvm::ArrayRef< T >::front(), and MethodNames.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 704 of file TypeRecord.h.
References OverriddenVFTable.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 705 of file TypeRecord.h.
References VFPtrOffset.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
TypeIndex llvm::codeview::VFTableRecord::CompleteClass |
Definition at line 712 of file TypeRecord.h.
Referenced by getCompleteClass().
std::vector<StringRef> llvm::codeview::VFTableRecord::MethodNames |
Definition at line 715 of file TypeRecord.h.
Referenced by getMethodNames(), getName(), and VFTableRecord().
TypeIndex llvm::codeview::VFTableRecord::OverriddenVFTable |
Definition at line 713 of file TypeRecord.h.
Referenced by getOverriddenVTable().
uint32_t llvm::codeview::VFTableRecord::VFPtrOffset = 0 |
Definition at line 714 of file TypeRecord.h.
Referenced by getVFPtrOffset().