Home
last modified time | relevance | path

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/
DModuleDebugStream.cpp64 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()
DDbiStream.cpp100 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()
DInfoStream.cpp52 if (auto EC = Reader.readSubstream(SubNamedStreams, NamedStreamMapByteSize)) in reload()
DTpiStream.cpp71 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h158 Error readSubstream(BinarySubstreamRef &Ref, uint32_t Length);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream() function in BinaryStreamReader