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

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

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

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< StringRefgetMethodNames () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

TypeIndex CompleteClass
 
TypeIndex OverriddenVFTable
 
uint32_t VFPtrOffset = 0
 
std::vector< StringRefMethodNames
 
- 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 691 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ VFTableRecord() [1/3]

llvm::codeview::VFTableRecord::VFTableRecord ( )
default

◆ VFTableRecord() [2/3]

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

Definition at line 694 of file TypeRecord.h.

◆ VFTableRecord() [3/3]

llvm::codeview::VFTableRecord::VFTableRecord ( TypeIndex  CompleteClass,
TypeIndex  OverriddenVFTable,
uint32_t  VFPtrOffset,
StringRef  Name,
ArrayRef< StringRef Methods 
)
inline

Definition at line 695 of file TypeRecord.h.

References llvm::append_range(), MethodNames, and Name.

Member Function Documentation

◆ getCompleteClass()

TypeIndex llvm::codeview::VFTableRecord::getCompleteClass ( ) const
inline

Definition at line 704 of file TypeRecord.h.

References CompleteClass.

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

◆ getMethodNames()

ArrayRef< StringRef > llvm::codeview::VFTableRecord::getMethodNames ( ) const
inline

◆ getName()

StringRef llvm::codeview::VFTableRecord::getName ( ) const
inline

◆ getOverriddenVTable()

TypeIndex llvm::codeview::VFTableRecord::getOverriddenVTable ( ) const
inline

Definition at line 705 of file TypeRecord.h.

References OverriddenVFTable.

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

◆ getVFPtrOffset()

uint32_t llvm::codeview::VFTableRecord::getVFPtrOffset ( ) const
inline

Definition at line 706 of file TypeRecord.h.

References VFPtrOffset.

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

Member Data Documentation

◆ CompleteClass

TypeIndex llvm::codeview::VFTableRecord::CompleteClass

Definition at line 713 of file TypeRecord.h.

Referenced by getCompleteClass().

◆ MethodNames

std::vector<StringRef> llvm::codeview::VFTableRecord::MethodNames

Definition at line 716 of file TypeRecord.h.

Referenced by getMethodNames(), getName(), and VFTableRecord().

◆ OverriddenVFTable

TypeIndex llvm::codeview::VFTableRecord::OverriddenVFTable

Definition at line 714 of file TypeRecord.h.

Referenced by getOverriddenVTable().

◆ VFPtrOffset

uint32_t llvm::codeview::VFTableRecord::VFPtrOffset = 0

Definition at line 715 of file TypeRecord.h.

Referenced by getVFPtrOffset().


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