| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | StreamUtil.cpp | 67 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes() argument 97 Streams.resize(StreamCount); in discoverStreamPurposes() 100 Streams[StreamIdx] = in discoverStreamPurposes() 103 Streams[StreamIdx] = stream(StreamPurpose::PDB, "PDB Stream", StreamIdx); in discoverStreamPurposes() 105 Streams[StreamIdx] = stream(StreamPurpose::DBI, "DBI Stream", StreamIdx); in discoverStreamPurposes() 107 Streams[StreamIdx] = stream(StreamPurpose::TPI, "TPI Stream", StreamIdx); in discoverStreamPurposes() 109 Streams[StreamIdx] = stream(StreamPurpose::IPI, "IPI Stream", StreamIdx); in discoverStreamPurposes() 111 Streams[StreamIdx] = in discoverStreamPurposes() 114 Streams[StreamIdx] = in discoverStreamPurposes() 117 Streams[StreamIdx] = in discoverStreamPurposes() [all …]
|
| D | ExplainOutputStyle.cpp | 243 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()
|
| D | StreamUtil.h | 59 SmallVectorImpl<StreamInfo> &Streams);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | Minidump.h | 36 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-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| D | MinidumpYAML.h | 209 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-12-stable/contrib/ntp/html/hints/ |
| D | parse | 37 - SUN Streams module (loadable) for radio clocks 41 - SUN Streams module (loadable) for radio clocks.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | MinidumpYAML.cpp | 459 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()
|
| D | MinidumpEmitter.cpp | 234 std::vector<Directory> StreamDirectory(Obj.Streams.size()); in yaml2minidump() 239 for (auto &Stream : enumerate(Obj.Streams)) in yaml2minidump()
|
| /freebsd-12-stable/contrib/ntp/parseutil/ |
| D | README | 7 Works only under SunOS with parse Streams Module loaded
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | Minidump.cpp | 21 return getRawStream(Streams[It->second]); in getRawStream()
|
| /freebsd-12-stable/libexec/bootpd/ |
| D | Announce | 43 Added SVR4/Streams support to getif and getether
|
| D | Changes | 164 Add SVR4/Streams support to getif() and getether()
|
| /freebsd-12-stable/contrib/xz/ |
| D | TODO | 42 Streams would be concatenated.
|
| D | ChangeLog | 4472 liblzma: Fix lzma_index_dup() for empty Streams. 4475 empty Streams. 8253 .xz Streams.
|
| /freebsd-12-stable/contrib/llvm-project/lldb/docs/design/ |
| D | overview.rst | 188 - Streams
|
| /freebsd-12-stable/sys/contrib/zstd/doc/ |
| D | zstd_compression_format.md | 525 [Huffman-Coded Streams](#huffman-coded-streams). 544 as described at [Huffman-Coded Streams](#huffman-coded-streams) 1237 ### Huffman-coded Streams
|
| /freebsd-12-stable/contrib/googletest/googletest/docs/ |
| D | advanced.md | 566 // Streams are allowed only for logging. Don't include this for 596 // Streams are allowed only for logging. Don't include this for
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | invoke-ntp.conf.texi | 2083 "Line Disciplines and Streams Drivers"
|
| D | ntp.conf.def | 2169 .Qq Line Disciplines and Streams Drivers
|
| /freebsd-12-stable/contrib/googletest/googlemock/docs/ |
| D | CookBook.md | 3065 // Streams x to the underlying ostream; does nothing if the ostream
|