Searched refs:BinarySubstreamRef (Results 1 – 14 of 14) sorted by relevance
70 BinarySubstreamRef getSectionContributionData() const;71 BinarySubstreamRef getSecMapSubstreamData() const;72 BinarySubstreamRef getModiSubstreamData() const;73 BinarySubstreamRef getFileInfoSubstreamData() const;75 BinarySubstreamRef getECSubstreamData() const;109 BinarySubstreamRef SecContrSubstream;110 BinarySubstreamRef SecMapSubstream;111 BinarySubstreamRef ModiSubstream;112 BinarySubstreamRef FileInfoSubstream;113 BinarySubstreamRef TypeServerMapSubstream;[all …]
52 BinarySubstreamRef getSymbolsSubstream() const;53 BinarySubstreamRef getC11LinesSubstream() const;54 BinarySubstreamRef getC13LinesSubstream() const;55 BinarySubstreamRef getGlobalRefsSubstream() const;84 BinarySubstreamRef SymbolsSubstream;85 BinarySubstreamRef C11LinesSubstream;86 BinarySubstreamRef C13LinesSubstream;87 BinarySubstreamRef GlobalRefsSubstream;
48 BinarySubstreamRef getNamedStreamsBuffer() const;58 BinarySubstreamRef SubNamedStreams;
68 BinarySubstreamRef getTypeRecordsSubstream() const;82 BinarySubstreamRef TypeRecordsSubstream;
80 BinarySubstreamRef Substream);
95 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream()99 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream()103 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream()107 BinarySubstreamRef ModuleDebugStreamRef::getGlobalRefsSubstream() const { in getGlobalRefsSubstream()
341 BinarySubstreamRef DbiStream::getSectionContributionData() const { in getSectionContributionData()345 BinarySubstreamRef DbiStream::getSecMapSubstreamData() const { in getSecMapSubstreamData()349 BinarySubstreamRef DbiStream::getModiSubstreamData() const { in getModiSubstreamData()353 BinarySubstreamRef DbiStream::getFileInfoSubstreamData() const { in getFileInfoSubstreamData()357 BinarySubstreamRef DbiStream::getTypeServerMapSubstreamData() const { in getTypeServerMapSubstreamData()361 BinarySubstreamRef DbiStream::getECSubstreamData() const { return ECSubstream; } in getECSubstreamData()
127 BinarySubstreamRef InfoStream::getNamedStreamsBuffer() const { in getNamedStreamsBuffer()
210 BinarySubstreamRef Substream; in formatMsfStreamData()220 BinarySubstreamRef Substream) { in formatMsfStreamData()
226 BinarySubstreamRef TpiStream::getTypeRecordsSubstream() const { in getTypeRecordsSubstream()
199 struct BinarySubstreamRef { struct203 BinarySubstreamRef slice(uint64_t Off, uint64_t Size) const { in slice() argument207 BinarySubstreamRef drop_front(uint64_t N) const { in drop_front() argument210 BinarySubstreamRef keep_front(uint64_t N) const { return slice(0, N); } in keep_front() argument212 std::pair<BinarySubstreamRef, BinarySubstreamRef> split(uint64_t Off) const { in split() argument
151 Error readSubstream(BinarySubstreamRef &Ref, uint32_t Length);
202 BinarySubstreamRef NS = InfoS.getNamedStreamsBuffer(); in dumpNameMap()232 BinarySubstreamRef NS = DbiS.getSectionContributionData(); in dumpSectionContributions()243 BinarySubstreamRef NS = DbiS.getSecMapSubstreamData(); in dumpSectionMap()254 BinarySubstreamRef NS = DbiS.getModiSubstreamData(); in dumpModuleInfos()265 BinarySubstreamRef NS = DbiS.getFileInfoSubstreamData(); in dumpFileInfo()276 BinarySubstreamRef NS = DbiS.getTypeServerMapSubstreamData(); in dumpTypeServerMap()287 BinarySubstreamRef NS = DbiS.getECSubstreamData(); in dumpECData()419 BinarySubstreamRef ThisChunk; in dumpModuleC13()
142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream()