Home
last modified time | relevance | path

Searched refs:InjectedSourceStream (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.h19 class InjectedSourceStream; variable
25 NativeEnumInjectedSources(PDBFile &File, const InjectedSourceStream &IJS,
36 const InjectedSourceStream &Stream;
38 InjectedSourceStream::const_iterator Cur;
H A DInjectedSourceStream.h22 class InjectedSourceStream {
24 InjectedSourceStream(std::unique_ptr<msf::MappedBlockStream> Stream);
H A DPDBFile.h33 class InjectedSourceStream; variable
106 Expected<InjectedSourceStream &> getInjectedSourceStream();
139 std::unique_ptr<InjectedSourceStream> InjectedSources;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp23 InjectedSourceStream::InjectedSourceStream( in InjectedSourceStream() function in InjectedSourceStream
27 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
H A DNativeEnumInjectedSources.cpp52 "InjectedSourceStream should have rejected this"); in getFileName()
58 "InjectedSourceStream should have rejected this"); in getObjectFileName()
64 "InjectedSourceStream should have rejected this"); in getVirtualFileName()
74 "InjectedSourceStream should have rejected this"); in getCode()
79 // InjectedSourceStream so that no error can happen here. in getCode()
98 PDBFile &File, const InjectedSourceStream &IJS, in NativeEnumInjectedSources()
H A DPDBFile.cpp383 Expected<InjectedSourceStream &> PDBFile::getInjectedSourceStream() { in getInjectedSourceStream()
393 auto IJ = std::make_unique<InjectedSourceStream>(std::move(*IJS)); in getInjectedSourceStream()
/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn29 "Native/InjectedSourceStream.cpp",
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt56 Native/InjectedSourceStream.cpp