LLVM 22.0.0git
llvm::pdb::NativeEnumModules Class Reference

#include "llvm/DebugInfo/PDB/Native/NativeEnumModules.h"

Inheritance diagram for llvm::pdb::NativeEnumModules:
[legend]

Public Member Functions

 NativeEnumModules (NativeSession &Session, uint32_t Index=0)
uint32_t getChildCount () const override
std::unique_ptr< PDBSymbolgetChildAtIndex (uint32_t Index) const override
std::unique_ptr< PDBSymbolgetNext () 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

Detailed Description

Definition at line 19 of file NativeEnumModules.h.

Constructor & Destructor Documentation

◆ NativeEnumModules()

llvm::pdb::NativeEnumModules::NativeEnumModules ( NativeSession & Session,
uint32_t Index = 0 )

Definition at line 19 of file NativeEnumModules.cpp.

Member Function Documentation

◆ getChildAtIndex()

std::unique_ptr< PDBSymbol > llvm::pdb::NativeEnumModules::getChildAtIndex ( uint32_t Index) const
overridevirtual

Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.

Definition at line 27 of file NativeEnumModules.cpp.

References N.

Referenced by getNext().

◆ getChildCount()

uint32_t llvm::pdb::NativeEnumModules::getChildCount ( ) const
overridevirtual

Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.

Definition at line 22 of file NativeEnumModules.cpp.

Referenced by getNext().

◆ getNext()

std::unique_ptr< PDBSymbol > llvm::pdb::NativeEnumModules::getNext ( )
overridevirtual

◆ reset()

void llvm::pdb::NativeEnumModules::reset ( )
overridevirtual

Implements llvm::pdb::IPDBEnumChildren< PDBSymbol >.

Definition at line 37 of file NativeEnumModules.cpp.


The documentation for this class was generated from the following files: