Searched refs:readSubstream (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 65 if (auto EC = Reader.readSubstream(SymbolsSubstream, SymbolSize)) in reloadSerialize() 67 if (auto EC = Reader.readSubstream(C11LinesSubstream, C11Size)) in reloadSerialize() 69 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) in reloadSerialize() 85 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 | 71 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | BinaryStreamReader.h | 151 Error readSubstream(BinarySubstreamRef &Ref, uint32_t Length);
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | BinaryStreamReader.cpp | 142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream() function in BinaryStreamReader
|