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.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()
/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.h80 BinarySubstreamRef Substream);