Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp95 NativeEnumInjectedSources::NativeEnumInjectedSources( in NativeEnumInjectedSources() function in llvm::pdb::NativeEnumInjectedSources
100 uint32_t NativeEnumInjectedSources::getChildCount() const { in getChildCount()
105 NativeEnumInjectedSources::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
112 std::unique_ptr<IPDBInjectedSource> NativeEnumInjectedSources::getNext() { in getNext()
118 void NativeEnumInjectedSources::reset() { Cur = Stream.begin(); } in reset()
H A DNativeSession.cpp349 return std::make_unique<NativeEnumInjectedSources>(*Pdb, *ISS, *Strings); in getInjectedSources()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.h23 class NativeEnumInjectedSources : public IPDBEnumChildren<IPDBInjectedSource> {
25 NativeEnumInjectedSources(PDBFile &File, const InjectedSourceStream &IJS,
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile70 NativeEnumInjectedSources.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn32 "Native/NativeEnumInjectedSources.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt59 Native/NativeEnumInjectedSources.cpp