Searched refs:readSubstream (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 53 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 D | DbiStream.cpp | 101 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 D | InfoStream.cpp | 53 if (auto EC = Reader.readSubstream(SubNamedStreams, NamedStreamMapByteSize)) in reload()
|
| H A D | TpiStream.cpp | 72 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | BinaryStreamReader.cpp | 112 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Stream, in readSubstream() function in BinaryStreamReader
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | BinaryStreamReader.h | 147 Error readSubstream(BinarySubstreamRef &Stream, uint32_t Size);
|