Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp209 BinarySubstreamRef Substream; in formatMsfStreamData() local
210 Substream.Offset = Offset; in formatMsfStreamData()
211 Substream.StreamData = Slice.drop_front(Offset).keep_front(Size); in formatMsfStreamData()
214 formatMsfStreamData(Label, File, Layout, Substream); in formatMsfStreamData()
219 BinarySubstreamRef Substream) { in formatMsfStreamData() argument
220 BinaryStreamReader Reader(Substream.StreamData); in formatMsfStreamData()
231 std::tie(FoundRun, RunOffset) = findRun(Substream.Offset, Runs); in formatMsfStreamData()
245 Substream.Offset += Len; in formatMsfStreamData()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h81 BinarySubstreamRef Substream);