LLVM 22.0.0git
llvm::pdb::DIATable Class Reference

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

Inheritance diagram for llvm::pdb::DIATable:
[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 ()

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.

References llvm::Count.

◆ getName()

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

Implements llvm::pdb::IPDBTable.

Definition at line 22 of file DIATable.cpp.

References invokeBstrMethod().

◆ getTableType()


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