LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
VFPtrRecord ()=default | |
VFPtrRecord (TypeRecordKind Kind) | |
VFPtrRecord (TypeIndex Type) | |
TypeIndex | getType () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
TypeIndex | Type |
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 850 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 853 of file TypeRecord.h.
|
inline |
Definition at line 854 of file TypeRecord.h.
|
inline |
Definition at line 857 of file TypeRecord.h.
References Type.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownMember().
TypeIndex llvm::codeview::VFPtrRecord::Type |
Definition at line 859 of file TypeRecord.h.
Referenced by getType().