Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp63 if (auto EC = Reader.readSubstream(SymbolsSubstream, SymbolSize)) in reloadSerialize()
65 if (auto EC = Reader.readSubstream(C11LinesSubstream, C11Size)) in reloadSerialize()
67 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) in reloadSerialize()
83 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reloadSerialize()
H A DDbiStream.cpp98 if (auto EC = Reader.readSubstream(ModiSubstream, Header->ModiSubstreamSize)) in reload()
101 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload()
104 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
106 if (auto EC = Reader.readSubstream(FileInfoSubstream, Header->FileInfoSize)) in reload()
109 Reader.readSubstream(TypeServerMapSubstream, Header->TypeServerSize)) in reload()
111 if (auto EC = Reader.readSubstream(ECSubstream, Header->ECSubstreamSize)) in reload()
H A DInfoStream.cpp50 if (auto EC = Reader.readSubstream(SubNamedStreams, NamedStreamMapByteSize)) in reload()
H A DTpiStream.cpp70 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h149 Error readSubstream(BinarySubstreamRef &Ref, uint32_t Length);
/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp141 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream() function in BinaryStreamReader