Home
last modified time | relevance | path

Searched refs:NativeEnumModules (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumModules.cpp19 NativeEnumModules::NativeEnumModules(NativeSession &PDBSession, uint32_t Index) in NativeEnumModules() function in llvm::pdb::NativeEnumModules
22 uint32_t NativeEnumModules::getChildCount() const { in getChildCount()
27 NativeEnumModules::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
31 std::unique_ptr<PDBSymbol> NativeEnumModules::getNext() { in getNext()
37 void NativeEnumModules::reset() { Index = 0; } in reset()
H A DNativeExeSymbol.cpp14 #include "llvm/DebugInfo/PDB/Native/NativeEnumModules.h"
39 return std::unique_ptr<IPDBEnumSymbols>(new NativeEnumModules(Session)); in findChildren()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumModules.h19 class NativeEnumModules : public IPDBEnumChildren<PDBSymbol> {
21 NativeEnumModules(NativeSession &Session, uint32_t Index = 0);
/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn38 "Native/NativeEnumModules.cpp",
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt64 Native/NativeEnumModules.cpp