LLVM 19.0.0git
Public Member Functions | List of all members
llvm::pdb::DIATable Class Reference

#include "llvm/DebugInfo/PDB/DIA/DIATable.h"

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

Public Member Functions

 DIATable (CComPtr< IDiaTable > DiaTable)
 
uint32_t getItemCount () const override
 
std::string getName () const override
 
PDB_TableType getTableType () const override
 
- Public Member Functions inherited from llvm::pdb::IPDBTable
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 17 of file DIATable.h.

Constructor & Destructor Documentation

◆ DIATable()

DIATable::DIATable ( CComPtr< IDiaTable >  DiaTable)
explicit

Definition at line 15 of file DIATable.cpp.

Member Function Documentation

◆ getItemCount()

uint32_t DIATable::getItemCount ( ) const
overridevirtual

Implements llvm::pdb::IPDBTable.

Definition at line 17 of file DIATable.cpp.

◆ getName()

std::string DIATable::getName ( ) const
overridevirtual

Implements llvm::pdb::IPDBTable.

Definition at line 22 of file DIATable.cpp.

References invokeBstrMethod().

◆ getTableType()

PDB_TableType DIATable::getTableType ( ) const
overridevirtual

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