Searched refs:InjectedSourceStream (Results 1 – 8 of 8) sorted by relevance
19 class InjectedSourceStream; variable25 NativeEnumInjectedSources(PDBFile &File, const InjectedSourceStream &IJS,36 const InjectedSourceStream &Stream;38 InjectedSourceStream::const_iterator Cur;
22 class InjectedSourceStream {24 InjectedSourceStream(std::unique_ptr<msf::MappedBlockStream> Stream);
33 class InjectedSourceStream; variable106 Expected<InjectedSourceStream &> getInjectedSourceStream();139 std::unique_ptr<InjectedSourceStream> InjectedSources;
23 InjectedSourceStream::InjectedSourceStream( in InjectedSourceStream() function in InjectedSourceStream27 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
52 "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()
383 Expected<InjectedSourceStream &> PDBFile::getInjectedSourceStream() { in getInjectedSourceStream()393 auto IJ = std::make_unique<InjectedSourceStream>(std::move(*IJS)); in getInjectedSourceStream()
29 "Native/InjectedSourceStream.cpp",
56 Native/InjectedSourceStream.cpp