Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp53 if (auto EC = Reader.readSubstream(SymbolsSubstream, SymbolSize)) in reload()
55 if (auto EC = Reader.readSubstream(C11LinesSubstream, C11Size)) in reload()
57 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) in reload()
73 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reload()
H A DDbiStream.cpp101 if (auto EC = Reader.readSubstream(ModiSubstream, Header->ModiSubstreamSize)) in reload()
104 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload()
107 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
109 if (auto EC = Reader.readSubstream(FileInfoSubstream, Header->FileInfoSize)) in reload()
112 Reader.readSubstream(TypeServerMapSubstream, Header->TypeServerSize)) in reload()
114 if (auto EC = Reader.readSubstream(ECSubstream, Header->ECSubstreamSize)) in reload()
H A DInfoStream.cpp53 if (auto EC = Reader.readSubstream(SubNamedStreams, NamedStreamMapByteSize)) in reload()
H A DTpiStream.cpp72 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamReader.cpp112 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Stream, in readSubstream() function in BinaryStreamReader
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamReader.h147 Error readSubstream(BinarySubstreamRef &Stream, uint32_t Size);