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

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

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

Public Member Functions

 NativeEnumSymbols (NativeSession &Session, std::vector< SymIndexId > Symbols)
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 23 of file NativeEnumSymbols.h.

Constructor & Destructor Documentation

◆ NativeEnumSymbols()

NativeEnumSymbols::NativeEnumSymbols ( NativeSession & Session,
std::vector< SymIndexId > Symbols )

Definition at line 19 of file NativeEnumSymbols.cpp.

References llvm::move().

Member Function Documentation

◆ getChildAtIndex()

std::unique_ptr< PDBSymbol > NativeEnumSymbols::getChildAtIndex ( uint32_t Index) const
overridevirtual

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

Definition at line 28 of file NativeEnumSymbols.cpp.

References N.

Referenced by getNext().

◆ getChildCount()

uint32_t NativeEnumSymbols::getChildCount ( ) const
overridevirtual

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

Definition at line 23 of file NativeEnumSymbols.cpp.

◆ getNext()

std::unique_ptr< PDBSymbol > NativeEnumSymbols::getNext ( )
overridevirtual

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

Definition at line 35 of file NativeEnumSymbols.cpp.

References getChildAtIndex().

◆ reset()

void NativeEnumSymbols::reset ( )
overridevirtual

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

Definition at line 39 of file NativeEnumSymbols.cpp.


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