LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::VFPtrRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::VFPtrRecord:
Inheritance graph
[legend]

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)
 

Detailed Description

Definition at line 851 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ VFPtrRecord() [1/3]

llvm::codeview::VFPtrRecord::VFPtrRecord ( )
default

◆ VFPtrRecord() [2/3]

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

Definition at line 854 of file TypeRecord.h.

◆ VFPtrRecord() [3/3]

llvm::codeview::VFPtrRecord::VFPtrRecord ( TypeIndex  Type)
inline

Definition at line 855 of file TypeRecord.h.

Member Function Documentation

◆ getType()

TypeIndex llvm::codeview::VFPtrRecord::getType ( ) const
inline

Definition at line 858 of file TypeRecord.h.

References Type.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownMember().

Member Data Documentation

◆ Type

TypeIndex llvm::codeview::VFPtrRecord::Type

Definition at line 860 of file TypeRecord.h.

Referenced by getType().


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