Home
last modified time | relevance | path

Searched refs:Streams (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp66 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes()
96 Streams.resize(StreamCount); in discoverStreamPurposes()
99 Streams[StreamIdx] = in discoverStreamPurposes()
102 Streams[StreamIdx] = stream(StreamPurpose::PDB, "PDB Stream", StreamIdx); in discoverStreamPurposes()
104 Streams[StreamIdx] = stream(StreamPurpose::DBI, "DBI Stream", StreamIdx); in discoverStreamPurposes()
106 Streams[StreamIdx] = stream(StreamPurpose::TPI, "TPI Stream", StreamIdx); in discoverStreamPurposes()
108 Streams[StreamIdx] = stream(StreamPurpose::IPI, "IPI Stream", StreamIdx); in discoverStreamPurposes()
110 Streams[StreamIdx] = in discoverStreamPurposes()
113 Streams[StreamIdx] = in discoverStreamPurposes()
116 Streams[StreamId in discoverStreamPurposes()
67 discoverStreamPurposes(PDBFile & File,SmallVectorImpl<StreamInfo> & Streams) discoverStreamPurposes() argument
[all...]
H A DExplainOutputStyle.cpp245 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset()
246 discoverStreamPurposes(File.pdb(), Streams); in explainPdbStreamOffset() local
248 assert(Stream <= Streams.size()); in explainPdbStreamOffset()
249 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
H A DStreamUtil.h59 SmallVectorImpl<StreamInfo> &Streams);
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams()
166 ArrayRef<minidump::Directory> Streams, in MinidumpFile() argument
168 : Binary(ID_Minidump, Source), Header(Header), Streams(Streams), in MinidumpFile()
186 ArrayRef<minidump::Directory> Streams; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp159 StreamFactory Streams; member in clang::dataflow::__anon109acdc30111::HTMLLogger
178 explicit HTMLLogger(StreamFactory Streams) : Streams(std::move(Streams)) {} in HTMLLogger() argument
181 OS = Streams(); in beginAnalysis()
580 Logger::html(std::function<std::unique_ptr<llvm::raw_ostream>()> Streams) { in html() argument
581 return std::make_unique<HTMLLogger>(std::move(Streams)); in html()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h209 std::vector<std::unique_ptr<Stream>> Streams) in Object()
210 : Header(Header), Streams(std::move(Streams)) {} in Object()
216 std::vector<std::unique_ptr<Stream>> Streams; member
/freebsd/contrib/ntp/html/hints/
H A Dparse37 - SUN Streams module (loadable) for radio clocks
41 - SUN Streams module (loadable) for radio clocks.
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp459 IO.mapRequired("Streams", O.Streams); in mapping()
554 std::vector<std::unique_ptr<Stream>> Streams; in create() local
555 Streams.reserve(File.streams().size()); in create()
560 Streams.push_back(std::move(*ExpectedStream)); in create()
562 return Object(File.header(), std::move(Streams)); in create()
H A DMinidumpEmitter.cpp235 std::vector<Directory> StreamDirectory(Obj.Streams.size()); in yaml2minidump()
239 for (const auto &[Index, Stream] : enumerate(Obj.Streams)) in yaml2minidump()
/freebsd/contrib/ntp/parseutil/
H A DREADME7 Works only under SunOS with parse Streams Module loaded
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp21 return getRawStream(Streams[It->second]); in getRawStream()
/freebsd/libexec/bootpd/
H A DAnnounce42 Added SVR4/Streams support to getif and getether
H A DChanges163 Add SVR4/Streams support to getif() and getether()
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md568 [Huffman-Coded Streams](#huffman-coded-streams).
588 as described at [Huffman-Coded Streams](#huffman-coded-streams)
1353 ### Huffman-coded Streams
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi2078 "Line Disciplines and Streams Drivers"
H A Dntp.conf.def2167 .Qq Line Disciplines and Streams Drivers
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3715 // Streams x to the underlying ostream; does nothing if the ostream