Home
last modified time | relevance | path

Searched refs:Substream (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DModiStream.rst49 - **Symbols** - The :ref:`CodeView Symbol Substream <modi_symbol_substream>`.
51 corresponding module's entry in the :ref:`Module Info Substream
56 :ref:`Module Info Substream <dbi_mod_info_substream>` of the
64 :ref:`Module Info Substream <dbi_mod_info_substream>` of the
72 The CodeView Symbol Substream
75 The CodeView Symbol Substream. This is an array of variable length
H A DDbiStream.rst158 Module Info Substream
261 Section Contribution Substream
294 Section Map Substream
333 File Info Substream
387 Type Server Map Substream
397 EC Substream
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp210 BinarySubstreamRef Substream; in formatMsfStreamData() local
211 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() argument
221 BinaryStreamReader Reader(Substream.StreamData); in formatMsfStreamData()
232 std::tie(FoundRun, RunOffset) = findRun(Substream.Offset, Runs); in formatMsfStreamData()
246 Substream.Offset += Len; in formatMsfStreamData()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp305 auto Substream = Stream.getTypeRecordsSubstream(); in dumpTypeIndex() local
317 auto OneType = Substream.slice(Offset, Type.length()); in dumpTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h80 BinarySubstreamRef Substream);