Searched refs:readSubstream (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 64 if (auto EC = Reader.readSubstream(SymbolsSubstream, SymbolSize)) in reloadSerialize() 66 if (auto EC = Reader.readSubstream(C11LinesSubstream, C11Size)) in reloadSerialize() 68 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) in reloadSerialize() 84 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reloadSerialize()
|
D | DbiStream.cpp | 100 if (auto EC = Reader.readSubstream(ModiSubstream, Header->ModiSubstreamSize)) in reload() 103 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload() 106 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload() 108 if (auto EC = Reader.readSubstream(FileInfoSubstream, Header->FileInfoSize)) in reload() 111 Reader.readSubstream(TypeServerMapSubstream, Header->TypeServerSize)) in reload() 113 if (auto EC = Reader.readSubstream(ECSubstream, Header->ECSubstreamSize)) in reload()
|
D | InfoStream.cpp | 52 if (auto EC = Reader.readSubstream(SubNamedStreams, NamedStreamMapByteSize)) in reload()
|
D | TpiStream.cpp | 71 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamReader.h | 158 Error readSubstream(BinarySubstreamRef &Ref, uint32_t Length);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamReader.cpp | 142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream() function in BinaryStreamReader
|