Home
last modified time | relevance | path

Searched full:substreams (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp389 const SubstreamRangeT &Substreams) { in explainSubstreamOffset()
391 for (const auto &Entry : Substreams) { in explainSubstreamOffset()
416 } Substreams[] = { in explainStreamOffset()
433 explainSubstreamOffset(P, OffsetInStream, Dbi, Substreams); in explainStreamOffset()
462 } Substreams[] = {{sizeof(InfoStreamHeader), "PDB Stream Header", in explainStreamOffset()
469 explainSubstreamOffset(P, OffsetInStream, Info, Substreams); in explainStreamOffset()
390 explainSubstreamOffset(LinePrinter & P,uint32_t OffsetInStream,T & Stream,const SubstreamRangeT & Substreams) explainSubstreamOffset() argument
417 } Substreams[] = { explainStreamOffset() local
463 } Substreams[] = {{sizeof(InfoStreamHeader), "PDB Stream Header", explainStreamOffset() local
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,asrc.txt7 three substreams within totally 10 channels.
H A Dfsl,imx-asrc.yaml14 three pairs to support three substreams within totally 10 channels.
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp77 "DBI Length does not equal sum of substreams."); in reload()
79 // Only certain substreams are guaranteed to be aligned. Validate in reload()
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c173 * any substreams in a stream package (generated by "zfs send -RD"). The
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp192 // CodeView substreams. in emitFileChecksums()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1101 // Before we can process symbol substreams from .debug$S, we need to process in addDebug()