10 #ifndef LLVM_DEBUGINFO_PDB_RAW_PDBSYMBOLSTREAM_H
11 #define LLVM_DEBUGINFO_PDB_RAW_PDBSYMBOLSTREAM_H
19 class MappedBlockStream;
26 SymbolStream(std::unique_ptr<msf::MappedBlockStream> Stream);
37 std::unique_ptr<msf::MappedBlockStream> Stream;
SymbolStream(std::unique_ptr< msf::MappedBlockStream > Stream)
A range adaptor for a pair of iterators.
iterator_range< codeview::CVSymbolArray::Iterator > getSymbols(bool *HadError) const
Lightweight error class with error context and mandatory checking.