LLVM 19.0.0git
Public Member Functions | List of all members
llvm::pdb::IPDBTable Class Referenceabstract

#include "llvm/DebugInfo/PDB/IPDBTable.h"

Inheritance diagram for llvm::pdb::IPDBTable:
Inheritance graph
[legend]

Public Member Functions

virtual ~IPDBTable ()
 
virtual std::string getName () const =0
 
virtual uint32_t getItemCount () const =0
 
virtual PDB_TableType getTableType () const =0
 

Detailed Description

Definition at line 16 of file IPDBTable.h.

Constructor & Destructor Documentation

◆ ~IPDBTable()

IPDBTable::~IPDBTable ( )
virtualdefault

Member Function Documentation

◆ getItemCount()

virtual uint32_t llvm::pdb::IPDBTable::getItemCount ( ) const
pure virtual

Implemented in llvm::pdb::DIATable.

◆ getName()

virtual std::string llvm::pdb::IPDBTable::getName ( ) const
pure virtual

Implemented in llvm::pdb::DIATable.

◆ getTableType()

virtual PDB_TableType llvm::pdb::IPDBTable::getTableType ( ) const
pure virtual

Implemented in llvm::pdb::DIATable.


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