Searched refs:Substream (Results 1 – 6 of 6) sorted by relevance
49 - **Symbols** - The :ref:`CodeView Symbol Substream <modi_symbol_substream>`.51 corresponding module's entry in the :ref:`Module Info Substream56 :ref:`Module Info Substream <dbi_mod_info_substream>` of the64 :ref:`Module Info Substream <dbi_mod_info_substream>` of the72 The CodeView Symbol Substream75 The CodeView Symbol Substream. This is an array of variable length
158 Module Info Substream261 Section Contribution Substream294 Section Map Substream333 File Info Substream387 Type Server Map Substream397 EC Substream
210 BinarySubstreamRef Substream; in formatMsfStreamData() local211 Substream.Offset = Offset; in formatMsfStreamData()212 Substream.StreamData = Slice.drop_front(Offset).keep_front(Size); in formatMsfStreamData()215 formatMsfStreamData(Label, File, Layout, Substream); in formatMsfStreamData()220 BinarySubstreamRef Substream) { in formatMsfStreamData() argument221 BinaryStreamReader Reader(Substream.StreamData); in formatMsfStreamData()232 std::tie(FoundRun, RunOffset) = findRun(Substream.Offset, Runs); in formatMsfStreamData()246 Substream.Offset += Len; in formatMsfStreamData()
106 CHECK-NEXT: which contains the size of the Module Info Substream.114 CHECK-NEXT: which contains the size of the Section Contribution Substream.122 CHECK-NEXT: which contains the size of the Section Map Substream.130 CHECK-NEXT: which contains the size of the File Info Substream.162 CHECK-NEXT: which contains the size of the Edit & Continue Substream.201 CHECK-NEXT: address is at offset 0/232 of the Module Info Substream.208 CHECK-NEXT: address is at offset 156/232 of the Module Info Substream.
305 auto Substream = Stream.getTypeRecordsSubstream(); in dumpTypeIndex() local317 auto OneType = Substream.slice(Offset, Type.length()); in dumpTypeIndex()
80 BinarySubstreamRef Substream);