LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/Native/NativeEnumModules.h"
Public Member Functions | |
NativeEnumModules (NativeSession &Session, uint32_t Index=0) | |
uint32_t | getChildCount () const override |
std::unique_ptr< PDBSymbol > | getChildAtIndex (uint32_t Index) const override |
std::unique_ptr< PDBSymbol > | getNext () override |
void | reset () override |
Public Member Functions inherited from llvm::pdb::IPDBEnumChildren< PDBSymbol > | |
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< PDBSymbol > | |
using | ChildTypePtr = std::unique_ptr< PDBSymbol > |
using | MyType = IPDBEnumChildren< PDBSymbol > |
Definition at line 19 of file NativeEnumModules.h.
llvm::pdb::NativeEnumModules::NativeEnumModules | ( | NativeSession & | Session, |
uint32_t | Index = 0 |
||
) |
Definition at line 19 of file NativeEnumModules.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 27 of file NativeEnumModules.cpp.
References llvm::pdb::SymbolCache::getOrCreateCompiland(), llvm::pdb::NativeSession::getSymbolCache(), and N.
Referenced by getNext().
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 22 of file NativeEnumModules.cpp.
References llvm::pdb::SymbolCache::getNumCompilands(), and llvm::pdb::NativeSession::getSymbolCache().
Referenced by getNext().
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 31 of file NativeEnumModules.cpp.
References getChildAtIndex(), and getChildCount().
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 37 of file NativeEnumModules.cpp.