Searched refs:readSubstream (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 50 if (auto EC = Reader.readSubstream(SymbolsSubstream, SymbolSize - 4)) in reload() 52 if (auto EC = Reader.readSubstream(C11LinesSubstream, C11Size)) in reload() 54 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) in reload() 70 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reload()
|
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()
|
D | InfoStream.cpp | 53 if (auto EC = Reader.readSubstream(SubNamedStreams, NamedStreamMapByteSize)) in reload()
|
D | TpiStream.cpp | 69 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | BinaryStreamReader.cpp | 112 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Stream, in readSubstream() function in BinaryStreamReader
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryStreamReader.h | 147 Error readSubstream(BinarySubstreamRef &Stream, uint32_t Size);
|