LLVM 18.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
VFPtrRecord ()=default | |
VFPtrRecord (TypeRecordKind Kind) | |
VFPtrRecord (TypeIndex Type) | |
TypeIndex | getType () const |
![]() | |
TypeRecordKind | getKind () const |
Public Attributes | |
TypeIndex | Type |
![]() | |
TypeRecordKind | Kind |
Additional Inherited Members | |
![]() | |
TypeRecord ()=default | |
TypeRecord (TypeRecordKind Kind) | |
Definition at line 851 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 854 of file TypeRecord.h.
|
inline |
Definition at line 855 of file TypeRecord.h.
|
inline |
Definition at line 858 of file TypeRecord.h.
References Type.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownMember().
TypeIndex llvm::codeview::VFPtrRecord::Type |
Definition at line 860 of file TypeRecord.h.
Referenced by getType().