LLVM  8.0.1
Public Member Functions | List of all members
llvm::pdb::NativeEnumModules Class Reference

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

Inheritance diagram for llvm::pdb::NativeEnumModules:
Inheritance graph
[legend]
Collaboration diagram for llvm::pdb::NativeEnumModules:
Collaboration graph
[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 = std::unique_ptr< PDBSymbol >
 
using MyType = IPDBEnumChildren< PDBSymbol >
 

Detailed Description

Definition at line 20 of file NativeEnumModules.h.

Constructor & Destructor Documentation

◆ NativeEnumModules()

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

Definition at line 23 of file NativeEnumModules.cpp.

Member Function Documentation

◆ getChildAtIndex()

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

◆ getChildCount()

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

◆ 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 41 of file NativeEnumModules.cpp.


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