LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/DIA/DIAEnumTables.h"
Public Member Functions | |
DIAEnumTables (CComPtr< IDiaEnumTables > DiaEnumerator) | |
uint32_t | getChildCount () const override |
std::unique_ptr< IPDBTable > | getChildAtIndex (uint32_t Index) const override |
std::unique_ptr< IPDBTable > | getNext () override |
void | reset () override |
Public Member Functions inherited from llvm::pdb::IPDBEnumChildren< IPDBTable > | |
virtual | ~IPDBEnumChildren ()=default |
virtual uint32_t | getChildCount () const=0 |
virtual ChildTypePtr | getChildAtIndex (uint32_t Index) const=0 |
virtual ChildTypePtr | getNext ()=0 |
virtual void | reset ()=0 |
Additional Inherited Members | |
Public Types inherited from llvm::pdb::IPDBEnumChildren< IPDBTable > | |
using | ChildTypePtr = std::unique_ptr< IPDBTable > |
using | MyType = IPDBEnumChildren< IPDBTable > |
Definition at line 20 of file DIAEnumTables.h.
|
explicit |
Definition at line 15 of file DIAEnumTables.cpp.
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 24 of file DIAEnumTables.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 18 of file DIAEnumTables.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 35 of file DIAEnumTables.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 44 of file DIAEnumTables.cpp.