| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.cpp | 66 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 D | ExplainOutputStyle.cpp | 245 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() local 246 discoverStreamPurposes(File.pdb(), Streams); in explainPdbStreamOffset() 248 assert(Stream <= Streams.size()); in explainPdbStreamOffset() 249 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
|
| H A D | StreamUtil.h | 59 SmallVectorImpl<StreamInfo> &Streams);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Minidump.h | 39 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() 236 ExceptionStreamsIterator(ArrayRef<minidump::Directory> Streams, in ExceptionStreamsIterator() argument 238 : Streams(Streams), File(File) {} in ExceptionStreamsIterator() 241 return Streams.size() == R.Streams.size(); 249 return File->getExceptionStream(Streams.front()); 253 if (!Streams.empty()) 254 Streams = Streams.drop_front(); 260 ArrayRef<minidump::Directory> Streams; 311 ArrayRef<minidump::Directory> Streams, in MinidumpFile() argument 314 : Binary(ID_Minidump, Source), Header(Header), Streams(Streams), in MinidumpFile() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 158 StreamFactory Streams; member in clang::dataflow::__anon109acdc30111::HTMLLogger 177 explicit HTMLLogger(StreamFactory Streams) : Streams(std::move(Streams)) {} in HTMLLogger() argument 180 OS = Streams(); in beginAnalysis() 579 Logger::html(std::function<std::unique_ptr<llvm::raw_ostream>()> Streams) { in html() argument 580 return std::make_unique<HTMLLogger>(std::move(Streams)); in html()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | MinidumpYAML.h | 228 std::vector<std::unique_ptr<Stream>> Streams) in Object() 229 : Header(Header), Streams(std::move(Streams)) {} in Object() 235 std::vector<std::unique_ptr<Stream>> Streams; member
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | parse | 37 - SUN Streams module (loadable) for radio clocks 41 - SUN Streams module (loadable) for radio clocks.
|
| /freebsd/contrib/ntp/parseutil/ |
| H A D | README | 7 Works only under SunOS with parse Streams Module loaded
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 492 IO.mapRequired("Streams", O.Streams); in mapping() 599 std::vector<std::unique_ptr<Stream>> Streams; in create() local 600 Streams.reserve(File.streams().size()); in create() 605 Streams.push_back(std::move(*ExpectedStream)); in create() 607 return Object(File.header(), std::move(Streams)); in create()
|
| H A D | MinidumpEmitter.cpp | 262 std::vector<Directory> StreamDirectory(Obj.Streams.size()); in yaml2minidump() 266 for (const auto &[Index, Stream] : enumerate(Obj.Streams)) in yaml2minidump()
|
| /freebsd/libexec/bootpd/ |
| H A D | Announce | 42 Added SVR4/Streams support to getif and getether
|
| H A D | Changes | 163 Add SVR4/Streams support to getif() and getether()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | tx-packetiser.md | 28 QUIC_STREAM_MAP *qsm; /* QUIC Streams Map */ 108 instance (for streams with a send part). Streams are marked inactive when 111 ### Crypto Streams 498 construction, we take our Remaining CMPPL and call this value the Streams 499 Budget. There are many ways we could make use of this Streams Budget. 506 less than our Streams Budget, there is no need for any prioritisation. 511 streams exceeds the Streams Budget for the packet, allocate an equal 515 streams exceeds the Streams Budget for the packet, try to fill the packet
|
| H A D | glossary.md | 190 **QSM:** QUIC Streams Mapper. Manages internal `QUIC_STREAM` objects and maps
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Minidump.cpp | 20 return getRawStream(Streams[It->second]); in getRawStream()
|
| /freebsd/contrib/xz/ |
| H A D | TODO | 30 Streams would be concatenated.
|
| H A D | ChangeLog | 15090 - Compressed base from all previous Streams 15091 - 2 * LZMA_STREAM_HEADER_SIZE (size of the current Streams header and
|
| /freebsd/contrib/llvm-project/lldb/docs/design/ |
| H A D | overview.rst | |
| /freebsd/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-polling.md | 362 /* Streams and connections. */
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp.conf.def | 2167 .Qq Line Disciplines and Streams Drivers
|
| H A D | invoke-ntp.conf.texi | 2078 "Line Disciplines and Streams Drivers"
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3728 // Streams x to the underlying ostream; does nothing if the ostream
|