LLVM 22.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 |
Additional Inherited Members | |
Public Types inherited from llvm::pdb::IPDBEnumChildren< PDBSymbol > | |
using | ChildTypePtr |
using | MyType |
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 N.
Referenced by getNext().
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 22 of file NativeEnumModules.cpp.
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.