LLVM
8.0.1
|
#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 = std::unique_ptr< PDBSymbol > |
using | MyType = IPDBEnumChildren< PDBSymbol > |
Definition at line 20 of file NativeEnumModules.h.
llvm::pdb::NativeEnumModules::NativeEnumModules | ( | NativeSession & | Session, |
uint32_t | Index = 0 |
||
) |
Definition at line 23 of file NativeEnumModules.cpp.
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 31 of file NativeEnumModules.cpp.
References llvm::pdb::SymbolCache::getOrCreateCompiland(), and llvm::pdb::NativeSession::getSymbolCache().
Referenced by getNext().
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 26 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 35 of file NativeEnumModules.cpp.
References getChildAtIndex(), and getChildCount().
|
overridevirtual |
Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.
Definition at line 41 of file NativeEnumModules.cpp.