Searched refs:BinarySubstreamRef (Results 1 – 14 of 14) sorted by relevance
68 BinarySubstreamRef getSectionContributionData() const;69 BinarySubstreamRef getSecMapSubstreamData() const;70 BinarySubstreamRef getModiSubstreamData() const;71 BinarySubstreamRef getFileInfoSubstreamData() const;72 BinarySubstreamRef getTypeServerMapSubstreamData() const;73 BinarySubstreamRef getECSubstreamData() const;100 BinarySubstreamRef SecContrSubstream;101 BinarySubstreamRef SecMapSubstream;102 BinarySubstreamRef ModiSubstream;103 BinarySubstreamRef FileInfoSubstream;[all …]
47 BinarySubstreamRef getSymbolsSubstream() const;48 BinarySubstreamRef getC11LinesSubstream() const;49 BinarySubstreamRef getC13LinesSubstream() const;50 BinarySubstreamRef getGlobalRefsSubstream() const;75 BinarySubstreamRef SymbolsSubstream;76 BinarySubstreamRef C11LinesSubstream;77 BinarySubstreamRef C13LinesSubstream;78 BinarySubstreamRef GlobalRefsSubstream;
53 BinarySubstreamRef getNamedStreamsBuffer() const;63 BinarySubstreamRef SubNamedStreams;
61 BinarySubstreamRef getTypeRecordsSubstream() const;71 BinarySubstreamRef TypeRecordsSubstream;
79 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream()83 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream()87 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream()91 BinarySubstreamRef ModuleDebugStreamRef::getGlobalRefsSubstream() const { in getGlobalRefsSubstream()
315 BinarySubstreamRef DbiStream::getSectionContributionData() const { in getSectionContributionData()319 BinarySubstreamRef DbiStream::getSecMapSubstreamData() const { in getSecMapSubstreamData()323 BinarySubstreamRef DbiStream::getModiSubstreamData() const { in getModiSubstreamData()327 BinarySubstreamRef DbiStream::getFileInfoSubstreamData() const { in getFileInfoSubstreamData()331 BinarySubstreamRef DbiStream::getTypeServerMapSubstreamData() const { in getTypeServerMapSubstreamData()335 BinarySubstreamRef DbiStream::getECSubstreamData() const { return ECSubstream; } in getECSubstreamData()
130 BinarySubstreamRef InfoStream::getNamedStreamsBuffer() const { in getNamedStreamsBuffer()
143 BinarySubstreamRef TpiStream::getTypeRecordsSubstream() const { in getTypeRecordsSubstream()
201 struct BinarySubstreamRef { struct205 BinarySubstreamRef slice(uint32_t Off, uint32_t Size) const { in slice() argument209 BinarySubstreamRef drop_front(uint32_t N) const { in drop_front() argument212 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() argument214 std::pair<BinarySubstreamRef, BinarySubstreamRef>
147 Error readSubstream(BinarySubstreamRef &Stream, uint32_t Size);
203 BinarySubstreamRef NS = InfoS.getNamedStreamsBuffer(); in dumpNameMap()233 BinarySubstreamRef NS = DbiS.getSectionContributionData(); in dumpSectionContributions()244 BinarySubstreamRef NS = DbiS.getSecMapSubstreamData(); in dumpSectionMap()255 BinarySubstreamRef NS = DbiS.getModiSubstreamData(); in dumpModuleInfos()266 BinarySubstreamRef NS = DbiS.getFileInfoSubstreamData(); in dumpFileInfo()277 BinarySubstreamRef NS = DbiS.getTypeServerMapSubstreamData(); in dumpTypeServerMap()288 BinarySubstreamRef NS = DbiS.getECSubstreamData(); in dumpECData()422 BinarySubstreamRef ThisChunk; in dumpModuleC13()
206 BinarySubstreamRef Substream; in formatMsfStreamData()216 BinarySubstreamRef Substream) { in formatMsfStreamData()
62 BinarySubstreamRef Substream);
112 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Stream, in readSubstream()