Searched refs:readSubstream (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.cpp | 63 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 D | DbiStream.cpp | 98 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 D | InfoStream.cpp | 50 if (auto EC = Reader.readSubstream(SubNamedStreams, NamedStreamMapByteSize)) in reload()
|
H A D | TpiStream.cpp | 70 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 149 Error readSubstream(BinarySubstreamRef &Ref, uint32_t Length);
|
/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 141 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream() function in BinaryStreamReader
|