Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp100 Streams[StreamIdx] = in discoverStreamPurposes()
111 Streams[StreamIdx] = in discoverStreamPurposes()
114 Streams[StreamIdx] = in discoverStreamPurposes()
117 Streams[StreamIdx] = in discoverStreamPurposes()
120 Streams[StreamIdx] = in discoverStreamPurposes()
123 Streams[StreamIdx] = in discoverStreamPurposes()
126 Streams[StreamIdx] = in discoverStreamPurposes()
129 Streams[StreamIdx] = in discoverStreamPurposes()
133 Streams[StreamIdx] = in discoverStreamPurposes()
136 Streams[StreamIdx] = in discoverStreamPurposes()
[all …]
H A DExplainOutputStyle.cpp243 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() local
244 discoverStreamPurposes(File.pdb(), Streams); in explainPdbStreamOffset()
246 assert(Stream <= Streams.size()); in explainPdbStreamOffset()
247 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
H A DStreamUtil.h59 SmallVectorImpl<StreamInfo> &Streams);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams()
165 ArrayRef<minidump::Directory> Streams, in MinidumpFile() argument
167 : Binary(ID_Minidump, Source), Header(Header), Streams(Streams), in MinidumpFile()
185 ArrayRef<minidump::Directory> Streams; variable
/freebsd-13.1/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-13.1/contrib/ntp/html/hints/
H A Dparse37 - SUN Streams module (loadable) for radio clocks
41 - SUN Streams module (loadable) for radio clocks.
/freebsd-13.1/contrib/ntp/parseutil/
H A DREADME7 Works only under SunOS with parse Streams Module loaded
/freebsd-13.1/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.cpp234 std::vector<Directory> StreamDirectory(Obj.Streams.size()); in yaml2minidump()
239 for (auto &Stream : enumerate(Obj.Streams)) in yaml2minidump()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp21 return getRawStream(Streams[It->second]); in getRawStream()
/freebsd-13.1/libexec/bootpd/
H A DAnnounce43 Added SVR4/Streams support to getif and getether
H A DChanges164 Add SVR4/Streams support to getif() and getether()
/freebsd-13.1/contrib/xz/
H A DTODO42 Streams would be concatenated.
H A DChangeLog2157 liblzma: Fix lzma_index_dup() for empty Streams.
2160 empty Streams.
5938 .xz Streams.
/freebsd-13.1/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst188 - Streams
/freebsd-13.1/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-13.1/contrib/googletest/googletest/docs/
H A Dadvanced.md566 // Streams are allowed only for logging. Don't include this for
596 // Streams are allowed only for logging. Don't include this for
/freebsd-13.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi2073 "Line Disciplines and Streams Drivers"
H A Dntp.conf.def2159 .Qq Line Disciplines and Streams Drivers
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md3065 // Streams x to the underlying ostream; does nothing if the ostream