LLVM
8.0.1
|
#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 |
Additional Inherited Members | |
Public Types inherited from llvm::pdb::IPDBEnumChildren< IPDBTable > | |
using | ChildTypePtr = std::unique_ptr< IPDBTable > |
using | MyType = IPDBEnumChildren< IPDBTable > |
Definition at line 21 of file DIAEnumTables.h.
|
explicit |
Definition at line 16 of file DIAEnumTables.cpp.
References llvm::Enumerator.
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 25 of file DIAEnumTables.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 19 of file DIAEnumTables.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 36 of file DIAEnumTables.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.
Definition at line 45 of file DIAEnumTables.cpp.