Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumModules.cpp22 NativeEnumModules::NativeEnumModules(NativeSession &PDBSession, uint32_t Index) in NativeEnumModules() function in llvm::pdb::NativeEnumModules
25 uint32_t NativeEnumModules::getChildCount() const { in getChildCount()
30 NativeEnumModules::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
34 std::unique_ptr<PDBSymbol> NativeEnumModules::getNext() { in getNext()
40 void NativeEnumModules::reset() { Index = 0; } in reset()
H A DNativeExeSymbol.cpp40 return std::unique_ptr<IPDBEnumSymbols>(new NativeEnumModules(Session)); in findChildren()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumModules.h19 class NativeEnumModules : public IPDBEnumChildren<PDBSymbol> {
21 NativeEnumModules(NativeSession &Session, uint32_t Index = 0);
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile72 NativeEnumModules.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn34 "Native/NativeEnumModules.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt61 Native/NativeEnumModules.cpp