reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
   21 class StreamAsynchronousIO : public Stream {
tools/lldb/include/lldb/Core/StreamBuffer.h
   19 template <unsigned N> class StreamBuffer : public Stream {
tools/lldb/include/lldb/Core/StreamFile.h
   22 class StreamFile : public Stream {
tools/lldb/include/lldb/Utility/StreamString.h
   23 class StreamString : public Stream {
tools/lldb/include/lldb/Utility/StreamTee.h
   20 class StreamTee : public Stream {
tools/lldb/unittests/Utility/StreamTeeTest.cpp
   87   struct FlushTestStream : public Stream {

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
   19 class Stream;
tools/lldb/include/lldb/Core/Address.h
   26 class Stream;
tools/lldb/include/lldb/Core/AddressRange.h
   20 class Stream;
tools/lldb/include/lldb/Core/AddressResolver.h
   21 class Stream;
tools/lldb/include/lldb/Core/AddressResolverFileLine.h
   21 class Stream;
tools/lldb/include/lldb/Core/AddressResolverName.h
   20 class Stream;
tools/lldb/include/lldb/Core/Debugger.h
   57 class Stream;
tools/lldb/include/lldb/Core/Disassembler.h
   51 class Stream;
tools/lldb/include/lldb/Core/DumpDataExtractor.h
   21 class Stream;
tools/lldb/include/lldb/Core/DumpRegisterValue.h
   19 class Stream;
tools/lldb/include/lldb/Core/EmulateInstruction.h
   31 class Stream;
tools/lldb/include/lldb/Core/FileLineResolver.h
   21 class Stream;
tools/lldb/include/lldb/Core/FileSpecList.h
   20 class Stream;
tools/lldb/include/lldb/Core/FormatEntity.h
   27 class Stream;
tools/lldb/include/lldb/Core/Module.h
   47 class Stream;
tools/lldb/include/lldb/Core/ModuleList.h
   39 class Stream;
tools/lldb/include/lldb/Core/Opcode.h
   27 class Stream;
tools/lldb/include/lldb/Core/SearchFilter.h
   28 class Stream;
tools/lldb/include/lldb/Core/Section.h
   32 class Stream;
tools/lldb/include/lldb/Core/SourceManager.h
   27 class Stream;
tools/lldb/include/lldb/Core/UserSettingsController.h
   28 class Stream;
tools/lldb/include/lldb/Core/Value.h
   31 class Stream;
tools/lldb/include/lldb/Core/ValueObject.h
   50 class Stream;
tools/lldb/include/lldb/Core/ValueObjectRegister.h
   29 class Stream;
tools/lldb/include/lldb/Symbol/PostfixExpression.h
   24 class Stream;
tools/lldb/include/lldb/Utility/Baton.h
   18 class Stream;
tools/lldb/include/lldb/Utility/Broadcaster.h
   31 class Stream;
tools/lldb/include/lldb/Utility/ConstString.h
   19 class Stream;
tools/lldb/include/lldb/Utility/DataExtractor.h
   25 class Stream;
tools/lldb/include/lldb/Utility/Event.h
   30 class Stream;
tools/lldb/include/lldb/Utility/FileSpec.h
   26 class Stream;
tools/lldb/include/lldb/Utility/RegisterValue.h
   24 class Stream;
tools/lldb/include/lldb/Utility/Scalar.h
   23 class Stream;
tools/lldb/include/lldb/Utility/StringList.h
   20 class Stream;
tools/lldb/include/lldb/Utility/Timer.h
   18 class Stream;
tools/lldb/include/lldb/Utility/UUID.h
   20   class Stream;
tools/lldb/include/lldb/Utility/UserID.h
   16 class Stream;
tools/lldb/include/lldb/Utility/VMRange.h
   19 class Stream;
tools/lldb/include/lldb/lldb-forward.h
  205 class Stream;
tools/lldb/source/Core/ModuleList.cpp
   52 class Stream;
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
   24 class Stream;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
   16 class Stream;

References

tools/lldb/include/lldb/API/SBInstructionList.h
   63   bool GetDescription(lldb_private::Stream &description);
tools/lldb/include/lldb/API/SBStream.h
   95   lldb_private::Stream *operator->();
   97   lldb_private::Stream *get();
   99   lldb_private::Stream &ref();
  103   std::unique_ptr<lldb_private::Stream> m_opaque_up;
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  117     void Dump(Stream *s) const override;
  168   void Dump(Stream *s) override;
  433   void GetDescription(Stream *s, lldb::DescriptionLevel level,
  460   void GetResolverDescription(Stream *s);
  478   void GetFilterDescription(Stream *s);
tools/lldb/include/lldb/Breakpoint/BreakpointID.h
   45   void GetDescription(Stream *s, lldb::DescriptionLevel level);
   88   static void GetCanonicalReference(Stream *s, lldb::break_id_t break_id,
tools/lldb/include/lldb/Breakpoint/BreakpointList.h
   41   void Dump(Stream *s) const;
tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
  192   void GetDescription(Stream *s, lldb::DescriptionLevel level);
  195   void Dump(Stream *s) const override;
tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
  133   void GetDescription(Stream *s, lldb::DescriptionLevel level);
tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
   38   void Dump(Stream *s) const;
  159   void GetDescription(Stream *s, lldb::DescriptionLevel level);
tools/lldb/include/lldb/Breakpoint/BreakpointName.h
  102     bool GetDescription(Stream *s, lldb::DescriptionLevel level);
  195   bool GetDescription(Stream *s, lldb::DescriptionLevel level);
tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
   91     void GetDescription(Stream *s, lldb::DescriptionLevel level) const override;
  326   void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
tools/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
   26   virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
   98   void GetDescription(Stream *s) override = 0;
  101   virtual void Dump(Stream *s) const = 0;
tools/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
   49   void GetDescription(Stream *s) override;
   51   void Dump(Stream *s) const override;
tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
   43   void GetDescription(Stream *s) override;
   45   void Dump(Stream *s) const override;
tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
   45   void GetDescription(Stream *s) override;
   47   void Dump(Stream *s) const override;
tools/lldb/include/lldb/Breakpoint/BreakpointResolverName.h
   66   void GetDescription(Stream *s) override;
   68   void Dump(Stream *s) const override;
tools/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
   46   void GetDescription(Stream *s) override;
   48   void Dump(Stream *s) const override;
tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
  105   void Dump(Stream *s) const override;
  168   void GetDescription(Stream *s, lldb::DescriptionLevel level);
tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h
   47   void Dump(Stream *s) const;
tools/lldb/include/lldb/Breakpoint/Stoppoint.h
   25   virtual void Dump(Stream *) = 0;
tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
   49   virtual void Dump(Stream *stream) const {}
tools/lldb/include/lldb/Breakpoint/Watchpoint.h
   42     void Dump(Stream *s) const override;
   93   void GetDescription(Stream *s, lldb::DescriptionLevel level);
   94   void Dump(Stream *s) const override;
   95   void DumpSnapshots(Stream *s, const char *prefix = nullptr) const;
   96   void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
tools/lldb/include/lldb/Breakpoint/WatchpointList.h
   50   void Dump(Stream *s) const;
   53   void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
  175   void GetDescription(Stream *s, lldb::DescriptionLevel level);
tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
  153   void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
  156   void GetCallbackDescription(Stream *s, lldb::DescriptionLevel level) const;
  183     void GetDescription(Stream *s, lldb::DescriptionLevel level) const override;
tools/lldb/include/lldb/Core/Address.h
  225   bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
tools/lldb/include/lldb/Core/AddressRange.h
  194   Dump(Stream *s, Target *target, Address::DumpStyle style,
  207   void DumpDebug(Stream *s) const;
tools/lldb/include/lldb/Core/AddressResolver.h
   46   void GetDescription(Stream *s) override = 0;
tools/lldb/include/lldb/Core/AddressResolverFileLine.h
   42   void GetDescription(Stream *s) override;
tools/lldb/include/lldb/Core/AddressResolverName.h
   47   void GetDescription(Stream *s) override;
tools/lldb/include/lldb/Core/Debugger.h
  109                                         const Address *addr, Stream &s);
tools/lldb/include/lldb/Core/Disassembler.h
  141   virtual void Dump(Stream *s, uint32_t max_opcode_byte_size, bool show_address,
  161   lldb::OptionValueSP ReadArray(FILE *in_file, Stream *out_stream,
  164   lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream *out_stream);
  168   virtual bool TestEmulation(Stream *stream, const char *test_file_name);
  309   void Dump(Stream *s, bool show_address, bool show_bytes,
  398                           Stream &strm);
  406                           Stream &strm);
  413               uint32_t options, Stream &strm);
  420               uint32_t num_mixed_context_lines, uint32_t options, Stream &strm);
  426               uint32_t num_mixed_context_lines, uint32_t options, Stream &strm);
  442                                 uint32_t options, Stream &strm);
  445                            const AddressRange &range, Stream *error_strm_ptr,
tools/lldb/include/lldb/Core/DumpDataExtractor.h
   82 DumpDataExtractor(const DataExtractor &DE, Stream *s, lldb::offset_t offset,
   88 void DumpHexBytes(Stream *s, const void *src, size_t src_len,
tools/lldb/include/lldb/Core/DumpRegisterValue.h
   23 bool DumpRegisterValue(const RegisterValue &reg_val, Stream *s,
tools/lldb/include/lldb/Core/EmulateInstruction.h
  323     void Dump(Stream &s, EmulateInstruction *instruction) const;
  370   virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
tools/lldb/include/lldb/Core/FileLineResolver.h
   45   void GetDescription(Stream *s) override;
tools/lldb/include/lldb/Core/FileSpecList.h
   98   void Dump(Stream *s, const char *separator_cstr = "\n") const;
tools/lldb/include/lldb/Core/FormatEntity.h
  143     void Dump(Stream &s, int depth = 0) const;
  179   static bool Format(const Entry &entry, Stream &s, const SymbolContext *sc,
  184   static bool FormatStringRef(const llvm::StringRef &format, Stream &s,
  190   static bool FormatCString(const char *format, Stream &s,
  210   static bool FormatFileSpec(const FileSpec &file, Stream &s,
tools/lldb/include/lldb/Core/Highlighter.h
   43     void Apply(Stream &s, llvm::StringRef value) const;
  116                          llvm::StringRef previous_lines, Stream &s) const = 0;
  132                  llvm::StringRef previous_lines, Stream &s) const override;
tools/lldb/include/lldb/Core/IOHandler.h
  160   virtual void PrintAsync(Stream *stream, const char *s, size_t len) {
  406   void PrintAsync(Stream *stream, const char *s, size_t len) override;
  571   void PrintAsync(Stream *stream, const char *s, size_t len);
tools/lldb/include/lldb/Core/Mangled.h
  123   void Dump(Stream *s) const;
  129   void DumpDebug(Stream *s) const;
  271 Stream &operator<<(Stream &s, const Mangled &obj);
  271 Stream &operator<<(Stream &s, const Mangled &obj);
tools/lldb/include/lldb/Core/MappedHash.h
   78     void Dump(lldb_private::Stream &s) {
tools/lldb/include/lldb/Core/Module.h
  193   GetDescription(Stream *s,
  224   void Dump(Stream *s);
  229   void DumpSymbolContext(Stream *s) override;
  537                                      Stream *feedback_stream = nullptr);
  625                                     Stream *feedback_strm = nullptr);
tools/lldb/include/lldb/Core/ModuleList.h
  182   void Dump(Stream *s) const;
  458                                       Stream *feedback_stream = nullptr,
tools/lldb/include/lldb/Core/ModuleSpec.h
  182   void Dump(Stream &strm) const {
  405   void Dump(Stream &strm) {
tools/lldb/include/lldb/Core/Opcode.h
  196   int Dump(Stream *s, uint32_t min_byte_width);
tools/lldb/include/lldb/Core/SearchFilter.h
   64   virtual void GetDescription(Stream *s);
  185   virtual void GetDescription(Stream *s);
  188   virtual void Dump(Stream *s) const;
  328   void GetDescription(Stream *s) override;
  332   void Dump(Stream *s) const override;
  381   void GetDescription(Stream *s) override;
  385   void Dump(Stream *s) const override;
  432   void GetDescription(Stream *s) override;
  436   void Dump(Stream *s) const override;
tools/lldb/include/lldb/Core/Section.h
   59   void Dump(Stream *s, Target *target, bool show_header, uint32_t depth) const;
  130   void Dump(Stream *s, Target *target, uint32_t depth) const;
  132   void DumpName(Stream *s) const;
tools/lldb/include/lldb/Core/SourceManager.h
   46                               Stream *s);
  127                                     const char *current_line_cstr, Stream *s,
  133       const char *current_line_cstr, Stream *s,
  136   size_t DisplayMoreWithLineNumbers(Stream *s, uint32_t count, bool reverse,
tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
   21 class StreamAsynchronousIO : public Stream {
tools/lldb/include/lldb/Core/StreamBuffer.h
   19 template <unsigned N> class StreamBuffer : public Stream {
tools/lldb/include/lldb/Core/StreamFile.h
   22 class StreamFile : public Stream {
tools/lldb/include/lldb/Core/StructuredDataImpl.h
   49   Status GetAsJSON(Stream &stream) const {
   62   Status GetDescription(Stream &stream) const {
tools/lldb/include/lldb/Core/UserSettingsController.h
   59                                    Stream &strm, llvm::StringRef property_path,
   63                                      Stream &strm, uint32_t dump_mask);
   66                                    Stream &strm) const;
tools/lldb/include/lldb/Core/Value.h
  206   void Dump(Stream *strm);
tools/lldb/include/lldb/Core/ValueObject.h
  400   virtual bool GetBaseClassPath(Stream &s);
  403       Stream &s, bool qualify_cxx_base_classes,
  527   DumpPrintableRepresentation(Stream &s,
  636   void Dump(Stream &s);
  638   void Dump(Stream &s, const DumpValueObjectOptions &options);
tools/lldb/include/lldb/Core/ValueObjectRegister.h
  140   GetExpressionPath(Stream &s, bool qualify_cxx_base_classes,
tools/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
   16 bool CXXFunctionPointerSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
   54                              const DumpValueObjectOptions &, Stream &)>
tools/lldb/include/lldb/DataFormatters/StringPrinter.h
   31     void SetStream(Stream *s) { m_stream = s; }
   33     Stream *GetStream() const { return m_stream; }
   77     Stream *m_stream = nullptr;
tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  307   typedef std::function<bool(ValueObject &, Stream &,
tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
   26   ValueObjectPrinter(ValueObject *valobj, Stream *s);
   28   ValueObjectPrinter(ValueObject *valobj, Stream *s,
   43   ValueObjectPrinter(ValueObject *valobj, Stream *s,
   51   void Init(ValueObject *valobj, Stream *s,
  130   Stream *m_stream;
tools/lldb/include/lldb/DataFormatters/VectorType.h
   16 bool VectorTypeSummaryProvider(ValueObject &, Stream &,
tools/lldb/include/lldb/Expression/DWARFExpression.h
   77   void GetDescription(Stream *s, lldb::DescriptionLevel level,
  237   bool DumpLocationForAddress(Stream *s, lldb::DescriptionLevel level,
  241   static bool PrintDWARFExpression(Stream &s, const DataExtractor &data,
  245   static void PrintDWARFLocationList(Stream &s, const DWARFUnit *cu,
  269   void DumpLocation(Stream *s, lldb::offset_t offset, lldb::offset_t length,
tools/lldb/include/lldb/Expression/DynamicCheckerFunctions.h
   53   virtual bool DoCheckersExplainStop(lldb::addr_t addr, Stream &message) = 0;
tools/lldb/include/lldb/Expression/IRExecutionUnit.h
  214   Status DisassembleFunction(Stream &stream, lldb::ProcessSP &process_sp);
tools/lldb/include/lldb/Host/Editline.h
  200   void PrintAsync(Stream *stream, const char *s, size_t len);
tools/lldb/include/lldb/Host/FileAction.h
   46   void Dump(Stream &stream) const;
tools/lldb/include/lldb/Interpreter/CommandHistory.h
   43   void Dump(Stream &stream, size_t start_idx = 0,
tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  328   void OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix,
  331   void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
  341   void OutputHelpText(Stream &stream, llvm::StringRef command_word,
  531   void PrintCommandOutput(Stream &stream, llvm::StringRef str);
tools/lldb/include/lldb/Interpreter/CommandObject.h
  171   void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);
  175   virtual void GenerateHelpText(Stream &result);
  205   static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
  215   void GetFormattedCommandArguments(Stream &str,
tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
   38   void GenerateHelpText(Stream &output_stream) override;
   93   void GenerateHelpText(Stream &result) override;
tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
   45   Stream &GetOutputStream() {
   55   Stream &GetErrorStream() {
tools/lldb/include/lldb/Interpreter/OptionValue.h
   85   virtual void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
  116   virtual bool DumpQualifiedName(Stream &strm) const;
tools/lldb/include/lldb/Interpreter/OptionValueArch.h
   40   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueArray.h
   29   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
   30   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueChar.h
   31   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
   31   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
   40   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
   34   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
   32   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
   31   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
   27   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
   34   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   28   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
   45   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
   51                                    Stream &strm, llvm::StringRef property_path,
   55                                    Stream &strm) const;
tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
   28   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
   43   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueString.h
   78   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
   40   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
   29   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/include/lldb/Interpreter/Options.h
   90   void OutputFormattedUsageText(Stream &strm,
   94   void GenerateOptionUsage(Stream &strm, CommandObject *cmd,
tools/lldb/include/lldb/Interpreter/Property.h
   58   void Dump(const ExecutionContext *exe_ctx, Stream &strm,
   61   bool DumpQualifiedName(Stream &strm) const;
   63   void DumpDescription(CommandInterpreter &interpreter, Stream &strm,
tools/lldb/include/lldb/Symbol/Block.h
  152   void Dump(Stream *s, lldb::addr_t base_addr, int32_t depth,
  158   void DumpSymbolContext(Stream *s) override;
  160   void DumpAddressRanges(Stream *s, lldb::addr_t base_addr);
  162   void GetDescription(Stream *s, Function *function,
tools/lldb/include/lldb/Symbol/ClangASTContext.h
  888   void Dump(Stream &s);
  896   void DumpFromSymbolFile(Stream &s, llvm::StringRef symbol_name);
  899                  Stream *s, lldb::Format format, const DataExtractor &data,
  905   bool DumpTypeValue(lldb::opaque_compiler_type_t type, Stream *s,
  912                    Stream *s, const DataExtractor &data,
  919                            Stream *s) override;
tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
  112   void Dump(Stream *s);
tools/lldb/include/lldb/Symbol/CompileUnit.h
  142   void DumpSymbolContext(Stream *s) override;
  151   void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
  174   void Dump(Stream *s, bool show_context) const;
tools/lldb/include/lldb/Symbol/CompilerType.h
  343   void DumpValue(ExecutionContext *exe_ctx, Stream *s, lldb::Format format,
  349   bool DumpTypeValue(Stream *s, lldb::Format format, const DataExtractor &data,
  354   void DumpSummary(ExecutionContext *exe_ctx, Stream *s,
  360   void DumpTypeDescription(Stream *s) const;
  365   bool SetValueFromScalar(const Scalar &value, Stream &strm);
tools/lldb/include/lldb/Symbol/Declaration.h
  128   void Dump(Stream *s, bool show_fullpaths) const;
  130   bool DumpStopContext(Stream *s, bool show_fullpaths) const;
tools/lldb/include/lldb/Symbol/Function.h
   83   void Dump(Stream *s, bool show_fullpaths) const;
  198   void Dump(Stream *s, bool show_fullpaths) const;
  200   void DumpStopContext(Stream *s, lldb::LanguageType language) const;
  449   void GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target);
  513   void Dump(Stream *s, bool show_context) const;
  518   void DumpSymbolContext(Stream *s) override;
  565                       bool prefer_file_cache, Stream &strm);
tools/lldb/include/lldb/Symbol/LineEntry.h
   66   bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
   69   bool GetDescription(Stream *s, lldb::DescriptionLevel level, CompileUnit *cu,
   86   bool DumpStopContext(Stream *s, bool show_fullpaths) const;
tools/lldb/include/lldb/Symbol/LineTable.h
   90   void Dump(Stream *s, Target *target, Address::DumpStyle style,
   93   void GetDescription(Stream *s, Target *target, lldb::DescriptionLevel level);
tools/lldb/include/lldb/Symbol/ObjectContainer.h
   63   virtual void Dump(Stream *s) const = 0;
tools/lldb/include/lldb/Symbol/ObjectFile.h
  125   virtual void Dump(Stream *s) = 0;
tools/lldb/include/lldb/Symbol/PostfixExpression.h
  225 void ToDWARF(Node &node, Stream &stream);
tools/lldb/include/lldb/Symbol/Symbol.h
   46   void Dump(Stream *s, Target *target, uint32_t index) const;
  145   void GetDescription(Stream *s, lldb::DescriptionLevel level,
  213   void DumpSymbolContext(Stream *s) override;
  220                       bool prefer_file_cache, Stream &strm);
tools/lldb/include/lldb/Symbol/SymbolContext.h
  112   void Dump(Stream *s, Target *target) const;
  154   bool DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
  224   void GetDescription(Stream *s, lldb::DescriptionLevel level,
  372   void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
  430   void Dump(Stream *s, Target *target) const;
  477   void GetDescription(Stream *s, lldb::DescriptionLevel level,
tools/lldb/include/lldb/Symbol/SymbolContextScope.h
   98   virtual void DumpSymbolContext(Stream *s) = 0;
tools/lldb/include/lldb/Symbol/SymbolFile.h
  175   virtual void DumpClangAST(Stream &s) {}
  252   virtual void Dump(Stream &s);
tools/lldb/include/lldb/Symbol/SymbolVendor.h
   33                                   Stream *feedback_strm);
tools/lldb/include/lldb/Symbol/Symtab.h
   43   void Dump(Stream *s, Target *target, SortOrder sort_type);
   44   void Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes) const;
  122   static void DumpSymbolHeader(Stream *s);
tools/lldb/include/lldb/Symbol/Type.h
  110   void Dump(Stream *s, bool show_context);
  112   void DumpTypeName(Stream *s);
  120   void GetDescription(Stream *s, lldb::DescriptionLevel level, bool show_name);
  143   void DumpValue(ExecutionContext *exe_ctx, Stream *s,
  148   bool DumpValueInMemory(ExecutionContext *exe_ctx, Stream *s,
  294   bool GetDescription(lldb_private::Stream &strm,
  459   bool GetDescription(Stream &stream);
tools/lldb/include/lldb/Symbol/TypeList.h
   29   void Dump(Stream *s, bool show_context);
tools/lldb/include/lldb/Symbol/TypeMap.h
   29   void Dump(Stream *s, bool show_context);
tools/lldb/include/lldb/Symbol/TypeSystem.h
  372                          ExecutionContext *exe_ctx, Stream *s,
  379   virtual bool DumpTypeValue(lldb::opaque_compiler_type_t type, Stream *s,
  390                                    Stream *s) = 0;
  397                            ExecutionContext *exe_ctx, Stream *s,
tools/lldb/include/lldb/Symbol/UnwindPlan.h
  180       void Dump(Stream &s, const UnwindPlan *unwind_plan,
  301       void Dump(Stream &s, const UnwindPlan *unwind_plan, Thread *thread) const;
  366     void Dump(Stream &s, const UnwindPlan *unwind_plan, Thread *thread,
  407   void Dump(Stream &s, Thread *thread, lldb::addr_t base_addr) const;
tools/lldb/include/lldb/Symbol/UnwindTable.h
   60   void Dump(Stream &s);
tools/lldb/include/lldb/Symbol/Variable.h
   40   void Dump(Stream *s, bool show_context) const;
   42   bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
   77   bool DumpLocationForAddress(Stream *s, const Address &address);
tools/lldb/include/lldb/Symbol/VariableList.h
   33   void Dump(Stream *s, bool show_context) const;
tools/lldb/include/lldb/Target/Language.h
   37       virtual bool DumpToStream(Stream &stream,
   65       bool DumpToStream(Stream &stream, bool print_help_if_available) override {
  230                                       Stream &s);
  233                                                Stream &s);
  236                                                      bool throw_on, Stream &s);
  247   static void PrintAllLanguages(Stream &s, const char *prefix,
tools/lldb/include/lldb/Target/LanguageRuntime.h
   42   void GetDescription(Stream *s) override;
   72   virtual bool GetObjectDescription(Stream &str, ValueObject &object) = 0;
   74   virtual bool GetObjectDescription(Stream &str, Value &value,
tools/lldb/include/lldb/Target/PathMappingList.h
   43   void Dump(Stream *s, int pair_index = -1);
tools/lldb/include/lldb/Target/Platform.h
  233   virtual void GetStatus(Stream &strm);
  298                                      Stream *feedback_stream);
tools/lldb/include/lldb/Target/Process.h
  445     void Dump(Stream *s) const override;
  737   virtual Status ConnectRemote(Stream *strm, llvm::StringRef remote_url);
  829   Status ResumeSynchronous(Stream *stream);
  925   virtual Status DoConnectRemote(Stream *strm, llvm::StringRef remote_url) {
 1241   void GetStatus(Stream &ostrm);
 1243   size_t GetThreadStatus(Stream &ostrm, bool only_threads_with_stop_reason,
 2108                        Stream *stream = nullptr, bool use_run_lock = true);
 2147                                              Stream *stream,
tools/lldb/include/lldb/Target/SectionLoadHistory.h
   67   void Dump(Stream &s, Target *target);
tools/lldb/include/lldb/Target/SectionLoadList.h
   61   void Dump(Stream &s, Target *target);
tools/lldb/include/lldb/Target/StackFrame.h
  317   void DumpUsingSettingsFormat(Stream *strm, bool show_unique = false,
  330   void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
  353   bool GetStatus(Stream &strm, bool show_frame_info, bool show_source,
tools/lldb/include/lldb/Target/StackFrameList.h
   75   void Dump(Stream *s);
   82   size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
tools/lldb/include/lldb/Target/StackID.h
   53   void Dump(Stream *s);
tools/lldb/include/lldb/Target/StructuredDataPlugin.h
  116                                 lldb_private::Stream &stream) = 0;
tools/lldb/include/lldb/Target/Target.h
  467     void Dump(Stream *s) const override;
  554   void Dump(Stream *s, lldb::DescriptionLevel description_level);
  569                 Stream *stream); // Optional stream to receive first stop info
  572                 Stream *stream); // Optional stream to receive first stop info
  871                               Stream *feedback_stream = nullptr,
 1173     void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
tools/lldb/include/lldb/Target/Thread.h
   96     void Dump(Stream *s) const override;
  439                                       Stream &output_stream);
  470   void DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx,
  473   bool GetDescription(Stream &s, lldb::DescriptionLevel level,
 1022       Stream *s,
 1077   size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
 1081   size_t GetStackFrameStatus(Stream &strm, uint32_t first_frame,
tools/lldb/include/lldb/Target/ThreadPlan.h
  389   virtual void GetDescription(Stream *s, lldb::DescriptionLevel level) = 0;
  400   virtual bool ValidatePlan(Stream *error) = 0;
  623   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
  625   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanBase.h
   28   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   29   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
   35   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   37   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
   40   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
tools/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
   34   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   36   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
   31   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
tools/lldb/include/lldb/Target/ThreadPlanPython.h
   38   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   40   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanRunToAddress.h
   32   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   34   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
   38   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
tools/lldb/include/lldb/Target/ThreadPlanStepInstruction.h
   25   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   26   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
   29   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   30   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
   23   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   24   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
   29   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
   30   void GetDescription(Stream *s, lldb::DescriptionLevel level) override = 0;
   31   bool ValidatePlan(Stream *error) override;
   47   void DumpRanges(Stream *s);
tools/lldb/include/lldb/Target/ThreadPlanStepThrough.h
   21   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   22   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanStepUntil.h
   21   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   22   bool ValidatePlan(Stream *error) override;
tools/lldb/include/lldb/Target/ThreadPlanTracer.h
   64   Stream *GetLogStream();
tools/lldb/include/lldb/Target/ThreadSpec.h
  105   void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
tools/lldb/include/lldb/Utility/ArchSpec.h
  441   void DumpTriple(Stream &s) const;
tools/lldb/include/lldb/Utility/Args.h
   88   void Dump(Stream &s, const char *label_name = "argv") const;
tools/lldb/include/lldb/Utility/Baton.h
   40   virtual void GetDescription(Stream *s,
   53   void GetDescription(Stream *s, lldb::DescriptionLevel level) const override;
   66   void GetDescription(Stream *s, lldb::DescriptionLevel level) const override {}
tools/lldb/include/lldb/Utility/Broadcaster.h
  340   bool GetEventNames(Stream &s, const uint32_t event_mask,
  471     bool GetEventNames(Stream &s, const uint32_t event_mask,
tools/lldb/include/lldb/Utility/ConstString.h
  320   void Dump(Stream *s, const char *value_if_empty = nullptr) const;
  326   void DumpDebug(Stream *s) const;
  454 Stream &operator<<(Stream &s, ConstString str);
  454 Stream &operator<<(Stream &s, ConstString str);
tools/lldb/include/lldb/Utility/Event.h
   46   virtual void Dump(Stream *s) const;
   71   void Dump(Stream *s) const override;
  140   void Dump(Stream *s) const override;
  194   void Dump(Stream *s) const;
tools/lldb/include/lldb/Utility/FileSpec.h
  231   void Dump(Stream *s) const;
  428 Stream &operator<<(Stream &s, const FileSpec &f);
  428 Stream &operator<<(Stream &s, const FileSpec &f);
tools/lldb/include/lldb/Utility/GDBRemote.h
   73   void Dump(Stream &strm) const;
tools/lldb/include/lldb/Utility/ProcessInfo.h
   74   void Dump(Stream &s, Platform *platform) const;
  145   void Dump(Stream &s, UserIDResolver &resolver) const;
  147   static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
  149   void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
tools/lldb/include/lldb/Utility/Scalar.h
  136   void GetValue(Stream *s, bool show_type) const;
tools/lldb/include/lldb/Utility/Stream.h
   44     Stream *m_stream;
   49     ByteDelta(Stream &s) : m_stream(&s), m_start(s.GetWrittenBytes()) {}
   67   Stream(const Stream &other) : m_forwarder(*this) { (*this) = other; }
   69   Stream &operator=(const Stream &rhs) {
   69   Stream &operator=(const Stream &rhs) {
  192   Stream &operator<<(const char *cstr);
  194   Stream &operator<<(llvm::StringRef str);
  204   Stream &operator<<(const void *p);
  214   Stream &operator<<(char ch);
  224   Stream &operator<<(uint8_t uval);
  234   Stream &operator<<(uint16_t uval);
  244   Stream &operator<<(uint32_t uval);
  254   Stream &operator<<(uint64_t uval);
  264   Stream &operator<<(int8_t sval);
  274   Stream &operator<<(int16_t sval);
  284   Stream &operator<<(int32_t sval);
  294   Stream &operator<<(int64_t sval);
  510     Stream &m_target;
  520     RawOstreamForward(Stream &target)
tools/lldb/include/lldb/Utility/StreamString.h
   23 class StreamString : public Stream {
tools/lldb/include/lldb/Utility/StreamTee.h
   20 class StreamTee : public Stream {
   69       Stream *strm = pos->get();
  125       Stream *strm = pos->get();
tools/lldb/include/lldb/Utility/StringList.h
   78   void Join(const char *separator, Stream &strm);
tools/lldb/include/lldb/Utility/StructuredData.h
  156     void Dump(lldb_private::Stream &s, bool pretty_print = true) const {
tools/lldb/include/lldb/Utility/Timer.h
   53   static void DumpCategoryTimes(Stream *s);
tools/lldb/include/lldb/Utility/UUID.h
   57   void Dump(Stream *s) const;
tools/lldb/include/lldb/Utility/UserID.h
   89 Stream &operator<<(Stream &strm, const UserID &uid);
   89 Stream &operator<<(Stream &strm, const UserID &uid);
tools/lldb/include/lldb/Utility/VMRange.h
   84   void Dump(Stream *s, lldb::addr_t base_addr = 0,
tools/lldb/include/lldb/lldb-forward.h
  422 typedef std::shared_ptr<lldb_private::Stream> StreamSP;
  423 typedef std::weak_ptr<lldb_private::Stream> StreamWP;
tools/lldb/include/lldb/lldb-private-interfaces.h
   76     lldb_private::Stream
tools/lldb/source/API/SBAddress.cpp
  209   Stream &strm = description.ref();
tools/lldb/source/API/SBBlock.cpp
  177   Stream &strm = description.ref();
tools/lldb/source/API/SBBreakpointLocation.cpp
  429   Stream &strm = description.ref();
tools/lldb/source/API/SBCommandReturnObject.cpp
  234   Stream &strm = description.ref();
tools/lldb/source/API/SBCompileUnit.cpp
  230   Stream &strm = description.ref();
tools/lldb/source/API/SBData.cpp
  332   Stream &strm = description.ref();
tools/lldb/source/API/SBDebugger.cpp
 1371   Stream &strm = description.ref();
tools/lldb/source/API/SBDeclaration.cpp
  163   Stream &strm = description.ref();
tools/lldb/source/API/SBEvent.cpp
  186   Stream &strm = description.ref();
  200   Stream &strm = description.ref();
tools/lldb/source/API/SBFileSpec.cpp
  178   Stream &strm = description.ref();
tools/lldb/source/API/SBFileSpecList.cpp
  111   Stream &strm = description.ref();
tools/lldb/source/API/SBFrame.cpp
  982   Stream &strm = description.ref();
tools/lldb/source/API/SBInstructionList.cpp
  151 bool SBInstructionList::GetDescription(Stream &sref) {
tools/lldb/source/API/SBLineEntry.cpp
  176   Stream &strm = description.ref();
tools/lldb/source/API/SBMemoryRegionInfo.cpp
  123   Stream &strm = description.ref();
tools/lldb/source/API/SBModule.cpp
  244   Stream &strm = description.ref();
tools/lldb/source/API/SBProcess.cpp
  992   Stream &strm = description.ref();
tools/lldb/source/API/SBSection.cpp
  277   Stream &strm = description.ref();
tools/lldb/source/API/SBSourceManager.cpp
   44                                            lldb_private::Stream *s) {
tools/lldb/source/API/SBStream.cpp
  165 lldb_private::Stream *SBStream::operator->() { return m_opaque_up.get(); }
  167 lldb_private::Stream *SBStream::get() { return m_opaque_up.get(); }
  169 lldb_private::Stream &SBStream::ref() {
tools/lldb/source/API/SBSymbol.cpp
  105   Stream &strm = description.ref();
tools/lldb/source/API/SBSymbolContext.cpp
  206   Stream &strm = description.ref();
tools/lldb/source/API/SBTarget.cpp
 1757   Stream &strm = description.ref();
tools/lldb/source/API/SBThread.cpp
  271   Stream &strm = stream.ref();
 1296   Stream &strm = status.ref();
 1320   Stream &strm = description.ref();
tools/lldb/source/API/SBType.cpp
  386   Stream &strm = description.ref();
  714   Stream &strm = description.ref();
  874   Stream &strm = description.ref();
tools/lldb/source/API/SBTypeEnumMember.cpp
  187   Stream &strm = description.ref();
tools/lldb/source/API/SBValue.cpp
 1276   Stream &strm = description.ref();
tools/lldb/source/API/SBWatchpoint.cpp
  242   Stream &strm = description.ref();
tools/lldb/source/Breakpoint/Breakpoint.cpp
  841 void Breakpoint::Dump(Stream *) {}
  860 void Breakpoint::GetDescription(Stream *s, lldb::DescriptionLevel level,
  962 void Breakpoint::GetResolverDescription(Stream *s) {
  987 void Breakpoint::GetFilterDescription(Stream *s) {
 1046 void Breakpoint::BreakpointEventData::Dump(Stream *s) const {}
tools/lldb/source/Breakpoint/BreakpointID.cpp
   48 void BreakpointID::GetDescription(Stream *s, lldb::DescriptionLevel level) {
   60 void BreakpointID::GetCanonicalReference(Stream *s, break_id_t bp_id,
tools/lldb/source/Breakpoint/BreakpointList.cpp
  149 void BreakpointList::Dump(Stream *s) const {
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  486 void BreakpointLocation::GetDescription(Stream *s,
  619 void BreakpointLocation::Dump(Stream *s) const {
tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
  166     Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  123 void BreakpointLocationList::Dump(Stream *s) const {
  191 void BreakpointLocationList::GetDescription(Stream *s,
tools/lldb/source/Breakpoint/BreakpointName.cpp
   38 bool BreakpointName::Permissions::GetDescription(Stream *s,
   56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  529 void BreakpointOptions::GetDescription(Stream *s,
  581     Stream *s, lldb::DescriptionLevel level) const {
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
  170 void BreakpointResolverAddress::GetDescription(Stream *s) {
  177 void BreakpointResolverAddress::Dump(Stream *s) const {}
tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  255 void BreakpointResolverFileLine::GetDescription(Stream *s) {
  263 void BreakpointResolverFileLine::Dump(Stream *s) const {}
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
  156 void BreakpointResolverFileRegex::GetDescription(Stream *s) {
  161 void BreakpointResolverFileRegex::Dump(Stream *s) const {}
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  405 void BreakpointResolverName::GetDescription(Stream *s) {
  426 void BreakpointResolverName::Dump(Stream *s) const {}
tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
  138 void BreakpointResolverScripted::GetDescription(Stream *s) {
  153 void BreakpointResolverScripted::Dump(Stream *s) const {}
tools/lldb/source/Breakpoint/BreakpointSite.cpp
   74 void BreakpointSite::Dump(Stream *s) const {
   84 void BreakpointSite::GetDescription(Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
  151 void BreakpointSiteList::Dump(Stream *s) const {
tools/lldb/source/Breakpoint/Watchpoint.cpp
  145 void Watchpoint::GetDescription(Stream *s, lldb::DescriptionLevel level) {
  149 void Watchpoint::Dump(Stream *s) const {
  155 void Watchpoint::DumpSnapshots(Stream *s, const char *prefix) const {
  184 void Watchpoint::DumpWithLevel(Stream *s,
  355 void Watchpoint::WatchpointEventData::Dump(Stream *s) const {}
tools/lldb/source/Breakpoint/WatchpointList.cpp
   35 void WatchpointList::Dump(Stream *s) const {
   40     Stream *s, lldb::DescriptionLevel description_level) const {
  211 void WatchpointList::GetDescription(Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Breakpoint/WatchpointOptions.cpp
  121     Stream *s, lldb::DescriptionLevel level) const {
  128 void WatchpointOptions::GetDescription(Stream *s,
  159     Stream *s, lldb::DescriptionLevel level) const {
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
   38 static void AddBreakpointDescription(Stream *s, Breakpoint *bp,
  738       Stream &output_stream = result.GetOutputStream();
 1178     Stream &output_stream = result.GetOutputStream();
 1346       Stream &output_stream = result.GetOutputStream();
 2092     Stream &output_stream = result.GetOutputStream();
tools/lldb/source/Commands/CommandObjectExpression.cpp
  369                                                  Stream *output_stream,
  370                                                  Stream *error_stream,
tools/lldb/source/Commands/CommandObjectExpression.h
   69   bool EvaluateExpression(llvm::StringRef expr, Stream *output_stream,
   70                           Stream *error_stream,
tools/lldb/source/Commands/CommandObjectFrame.cpp
  490     Stream &s = result.GetOutputStream();
  611               Stream &output_stream = result.GetOutputStream();
 1049     Stream &output_stream = result.GetOutputStream();
tools/lldb/source/Commands/CommandObjectHelp.cpp
   21     Stream *s, llvm::StringRef command, llvm::StringRef prefix,
  174       Stream &output_strm = result.GetOutputStream();
  187         Stream &output_strm = result.GetOutputStream();
tools/lldb/source/Commands/CommandObjectHelp.h
   29       Stream *s, llvm::StringRef command, llvm::StringRef prefix,
tools/lldb/source/Commands/CommandObjectMemory.cpp
  768     std::unique_ptr<Stream> output_stream_storage;
  769     Stream *output_stream_p = nullptr;
 1337         Stream::eBinary,
 1651     Stream *output_stream = &result.GetOutputStream();
tools/lldb/source/Commands/CommandObjectMultiword.cpp
  152 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) {
  295 void CommandObjectProxy::GenerateHelpText(Stream &result) {
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  215     Stream &ostrm = result.GetOutputStream();
  256     Stream &ostrm = result.GetOutputStream();
  290     Stream &ostrm = result.GetOutputStream();
  357             Stream &ostrm = result.GetOutputStream();
 1064           Stream &ostrm = result.GetOutputStream();
 1340           Stream &ostrm = result.GetOutputStream();
tools/lldb/source/Commands/CommandObjectProcess.cpp
 1218     Stream &strm = result.GetOutputStream();
 1330   void PrintSignalHeader(Stream &str) {
 1335   void PrintSignal(Stream &str, int32_t signo, const char *sig_name,
 1350   void PrintSignalInformation(Stream &str, Args &signal_args,
tools/lldb/source/Commands/CommandObjectRegister.cpp
   77   bool DumpRegister(const ExecutionContext &exe_ctx, Stream &strm,
  113   bool DumpRegisterSet(const ExecutionContext &exe_ctx, Stream &strm,
  152     Stream &strm = result.GetOutputStream();
tools/lldb/source/Commands/CommandObjectSource.cpp
  139   uint32_t DumpLinesInSymbolContexts(Stream &strm,
  208   uint32_t DumpFileLinesInCompUnit(Stream &strm, Module *module,
  290   uint32_t DumpFileLinesInModule(Stream &strm, Module *module,
tools/lldb/source/Commands/CommandObjectTarget.cpp
   63                            bool show_stopped_process_status, Stream &strm) {
  119                                bool show_stopped_process_status, Stream &strm) {
  497       Stream &strm = result.GetOutputStream();
  540             Stream &strm = result.GetOutputStream();
  745   void DumpValueObject(Stream &s, VariableSP &var_sp, ValueObjectSP &valobj_sp,
  814                               const VariableList &variable_list, Stream &s) {
  847     Stream &s = result.GetOutputStream();
 1292 static void DumpModuleArchitecture(Stream &strm, Module *module,
 1310 static void DumpModuleUUID(Stream &strm, Module *module) {
 1318                                          Stream &strm, Module *module,
 1348 static void DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr,
 1365 static void DumpDirectory(Stream &strm, const FileSpec *file_spec_ptr,
 1379 static void DumpBasename(Stream &strm, const FileSpec *file_spec_ptr,
 1393 static size_t DumpModuleObjfileHeaders(Stream &strm, ModuleList &module_list) {
 1422 static void DumpModuleSymtab(CommandInterpreter &interpreter, Stream &strm,
 1431 static void DumpModuleSections(CommandInterpreter &interpreter, Stream &strm,
 1448 static bool DumpModuleSymbolFile(Stream &strm, Module *module) {
 1459                         const Address &so_addr, bool verbose, Stream &strm) {
 1479 static bool LookupAddressInModule(CommandInterpreter &interpreter, Stream &strm,
 1530                                      Stream &strm, Module *module,
 1574                                   Stream &strm, SymbolContextList &sc_list,
 1594                                      Stream &strm, Module *module,
 1626 static size_t LookupTypeInModule(CommandInterpreter &interpreter, Stream &strm,
 1673 static size_t LookupTypeHere(CommandInterpreter &interpreter, Stream &strm,
 1717                                           Stream &strm, Module *module,
 2971       Stream &strm = result.GetOutputStream();
 3085   void PrintModule(Target *target, Module *module, int indent, Stream &strm) {
tools/lldb/source/Commands/CommandObjectThread.cpp
  153       Stream &strm = result.GetOutputStream();
  331       Stream &strm = result.GetOutputStream();
  364     Stream &strm = result.GetOutputStream();
 1374     Stream &strm = result.GetOutputStream();
 1461     Stream &strm = result.GetOutputStream();
 1501     Stream &strm = result.GetOutputStream();
 1906     Stream &strm = result.GetOutputStream();
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
   33 static void AddWatchpointDescription(Stream *s, Watchpoint *wp,
  241     Stream &output_stream = result.GetOutputStream();
  822     Stream &output_stream = result.GetOutputStream();
 1062       Stream &output_stream = result.GetOutputStream();
tools/lldb/source/Core/Address.cpp
  162                      uint32_t byte_size, Stream *strm) {
  190                                     const Address &address, Stream *strm) {
  392 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
tools/lldb/source/Core/AddressRange.cpp
  148 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style,
  197 void AddressRange::DumpDebug(Stream *s) const {
tools/lldb/source/Core/AddressResolverFileLine.cpp
   81 void AddressResolverFileLine::GetDescription(Stream *s) {
tools/lldb/source/Core/AddressResolverName.cpp
  191 void AddressResolverName::GetDescription(Stream *s) {
tools/lldb/source/Core/Debugger.cpp
  300           Stream &s = GetErrorStream();
 1109                                          const Address *addr, Stream &s) {
tools/lldb/source/Core/Disassembler.cpp
  136                                  uint32_t options, Stream &strm) {
  165     uint32_t num_mixed_context_lines, uint32_t options, Stream &strm) {
  245                                uint32_t options, Stream &strm) {
  277                                uint32_t options, Stream &strm) {
  389                                      uint32_t options, Stream &strm) {
  659                                uint32_t options, Stream &strm) {
  695 void Instruction::Dump(lldb_private::Stream *s, uint32_t max_opcode_byte_size,
  776 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream *out_stream,
  835 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream *out_stream) {
  939 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) {
 1070 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes,
 1180                                        Stream *error_strm_ptr,
tools/lldb/source/Core/DumpDataExtractor.cpp
  110 static lldb::offset_t DumpAPInt(Stream *s, const DataExtractor &data,
  132     const DataExtractor &DE, Stream *s, offset_t start_offset,
  801 void lldb_private::DumpHexBytes(Stream *s, const void *src, size_t src_len,
tools/lldb/source/Core/DumpRegisterValue.cpp
   18 bool lldb_private::DumpRegisterValue(const RegisterValue &reg_val, Stream *s,
tools/lldb/source/Core/EmulateInstruction.cpp
  195   StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder());
  364 void EmulateInstruction::Context::Dump(Stream &strm,
tools/lldb/source/Core/FileLineResolver.cpp
   71 void FileLineResolver::GetDescription(Stream *s) {
tools/lldb/source/Core/FileSpecList.cpp
   47 void FileSpecList::Dump(Stream *s, const char *separator_cstr) const {
tools/lldb/source/Core/FormatEntity.cpp
  373 void FormatEntity::Entry::Dump(Stream &s, int depth) const {
  392 static bool RunScriptFormatKeyword(Stream &s, const SymbolContext *sc,
  417 static bool DumpAddress(Stream &s, const SymbolContext *sc,
  448 static bool DumpAddressOffsetFromFunction(Stream &s, const SymbolContext *sc,
  567 static bool DumpFile(Stream &s, const FileSpec &file, FileKind file_kind) {
  596 static bool DumpRegister(Stream &s, StackFrame *frame, RegisterKind reg_kind,
  677 static bool DumpValue(Stream &s, const SymbolContext *sc,
  992 static bool DumpRegister(Stream &s, StackFrame *frame, const char *reg_name,
 1014     const SymbolContext *sc, const ExecutionContext *exe_ctx, Stream &s) {
 1052 bool FormatEntity::FormatStringRef(const llvm::StringRef &format_str, Stream &s,
 1069 bool FormatEntity::FormatCString(const char *format, Stream &s,
 1086 bool FormatEntity::Format(const Entry &entry, Stream &s,
 1860     Stream &s, const FormatEntity::Entry::Definition *parent) {
 2308 bool FormatEntity::FormatFileSpec(const FileSpec &file_spec, Stream &s,
tools/lldb/source/Core/Highlighter.cpp
   18 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const {
   32                                    Stream &s) const {
tools/lldb/source/Core/IOHandler.cpp
  146 void IOHandlerStack::PrintAsync(Stream *stream, const char *s, size_t len) {
  605 void IOHandlerEditline::PrintAsync(Stream *stream, const char *s, size_t len) {
tools/lldb/source/Core/Mangled.cpp
  373 void Mangled::Dump(Stream *s) const {
  385 void Mangled::DumpDebug(Stream *s) const {
  427 Stream &operator<<(Stream &s, const Mangled &obj) {
  427 Stream &operator<<(Stream &s, const Mangled &obj) {
tools/lldb/source/Core/Module.cpp
  400 void Module::DumpSymbolContext(Stream *s) {
 1017 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) {
 1061 void Module::GetDescription(Stream *s, lldb::DescriptionLevel level) {
 1195 void Module::Dump(Stream *s) {
 1463                                            Stream *feedback_stream) {
tools/lldb/source/Core/ModuleList.cpp
  567 void ModuleList::Dump(Stream *s) const {
  967                                                 Stream *feedback_stream,
tools/lldb/source/Core/Opcode.cpp
   24 int Opcode::Dump(Stream *s, uint32_t min_byte_width) {
tools/lldb/source/Core/SearchFilter.cpp
   70 void Searcher::GetDescription(Stream *s) {}
  159 void SearchFilter::GetDescription(Stream *s) {}
  161 void SearchFilter::Dump(Stream *s) const {}
  458 void SearchFilterByModule::GetDescription(Stream *s) {
  467 void SearchFilterByModule::Dump(Stream *s) const {}
  595 void SearchFilterByModuleList::GetDescription(Stream *s) {
  618 void SearchFilterByModuleList::Dump(Stream *s) const {}
  824 void SearchFilterByModuleListAndCU::GetDescription(Stream *s) {
  847 void SearchFilterByModuleListAndCU::Dump(Stream *s) const {}
tools/lldb/source/Core/Section.cpp
  304 void Section::Dump(Stream *s, Target *target, uint32_t depth) const {
  340 void Section::DumpName(Stream *s) const {
  589 void SectionList::Dump(Stream *s, Target *target, bool show_header,
tools/lldb/source/Core/SourceManager.cpp
  152     const char *current_line_cstr, Stream *s,
  157   Stream::ByteDelta delta(*s);
  229     const char *current_line_cstr, Stream *s,
  250     Stream *s, uint32_t count, bool reverse, const SymbolContextList *bp_locs) {
  527                                                Stream *s) {
tools/lldb/source/Core/UserSettingsController.cpp
   56                                        Stream &strm, uint32_t dump_mask) {
   63                                      Stream &strm) const {
   72                                      Stream &strm,
tools/lldb/source/Core/Value.cpp
  107 void Value::Dump(Stream *strm) {
tools/lldb/source/Core/ValueObject.cpp
 1273     Stream &s, ValueObjectRepresentationStyle val_obj_display,
 2021 bool ValueObject::GetBaseClassPath(Stream &s) {
 2064 void ValueObject::GetExpressionPath(Stream &s, bool qualify_cxx_base_classes,
 2753 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); }
 2755 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) {
tools/lldb/source/Core/ValueObjectRegister.cpp
  359 void ValueObjectRegister::GetExpressionPath(Stream &s,
tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
   23     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/DataFormatters/StringPrinter.cpp
  273   Stream &stream(*dump_options.GetStream());
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
   21 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s) {
   31 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s,
   37     ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options,
   44     ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options,
tools/lldb/source/DataFormatters/VectorType.cpp
  263     ValueObject &valobj, Stream &s, const TypeSummaryOptions &) {
tools/lldb/source/Expression/DWARFExpression.cpp
   87 void DWARFExpression::DumpLocation(Stream *s, lldb::offset_t offset,
  111 void DWARFExpression::GetDescription(Stream *s, lldb::DescriptionLevel level,
  701 bool DWARFExpression::DumpLocationForAddress(Stream *s,
 2714 static bool print_dwarf_exp_op(Stream &s, const DataExtractor &data,
 2897 bool DWARFExpression::PrintDWARFExpression(Stream &s, const DataExtractor &data,
 2916     Stream &s, const DWARFUnit *cu, const DataExtractor &debug_loc_data,
tools/lldb/source/Expression/IRExecutionUnit.cpp
   98 Status IRExecutionUnit::DisassembleFunction(Stream &stream,
tools/lldb/source/Host/common/Editline.cpp
 1398 void Editline::PrintAsync(Stream *stream, const char *s, size_t len) {
tools/lldb/source/Host/common/FileAction.cpp
   71 void FileAction::Dump(Stream &stream) const {
tools/lldb/source/Interpreter/CommandHistory.cpp
   98 void CommandHistory::Dump(Stream &stream, size_t start_idx,
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2483 void CommandInterpreter::OutputFormattedHelpText(Stream &strm,
 2524 void CommandInterpreter::OutputFormattedHelpText(Stream &strm,
 2535 void CommandInterpreter::OutputHelpText(Stream &strm, llvm::StringRef word_text,
 2681 void CommandInterpreter::PrintCommandOutput(Stream &stream,
tools/lldb/source/Interpreter/CommandObject.cpp
  361 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type,
  431 void CommandObject::GetFormattedCommandArguments(Stream &str,
  809 void CommandObject::FormatLongHelpText(Stream &output_strm,
  836 void CommandObject::GenerateHelpText(Stream &output_strm) {
tools/lldb/source/Interpreter/CommandReturnObject.cpp
   17 static void DumpStringToStreamWithNewline(Stream &strm, const std::string &s,
   51     Stream &error_strm = GetErrorStream();
tools/lldb/source/Interpreter/OptionValue.cpp
  550 bool OptionValue::DumpQualifiedName(Stream &strm) const {
tools/lldb/source/Interpreter/OptionValueArch.cpp
   20 void OptionValueArch::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueArray.cpp
   18 void OptionValueArray::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueBoolean.cpp
   21                                    Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValueChar.cpp
   19 void OptionValueChar::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   21                                       Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
   26                                        Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   42                                     Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
   19                                         Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   18 void OptionValueFormat::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
   54                                         Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValueLanguage.cpp
   21                                     Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
   29                                         Stream &strm, uint32_t dump_mask) {
tools/lldb/source/Interpreter/OptionValueProperties.cpp
  553                                       Stream &strm, uint32_t dump_mask) {
  569                                                 Stream &strm,
  622                                                 Stream &strm) const {
tools/lldb/source/Interpreter/OptionValueRegex.cpp
   16 void OptionValueRegex::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueSInt64.cpp
   17 void OptionValueSInt64::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueString.cpp
   19 void OptionValueString::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueUInt64.cpp
   27 void OptionValueUInt64::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/OptionValueUUID.cpp
   19 void OptionValueUUID::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
tools/lldb/source/Interpreter/Options.cpp
  266 void Options::OutputFormattedUsageText(Stream &strm,
  357                         const char *footer, bool show_optional, Stream &strm) {
  393 void Options::GenerateOptionUsage(Stream &strm, CommandObject *cmd,
tools/lldb/source/Interpreter/Property.cpp
  226 bool Property::DumpQualifiedName(Stream &strm) const {
  236 void Property::Dump(const ExecutionContext *exe_ctx, Stream &strm,
  264 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm,
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  754   static void DumpOperand(const Operand &op, Stream &s) {
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  776     Stream &s = target.GetDebugger().GetOutputStream();
  839         Stream &s = target.GetDebugger().GetOutputStream();
  930     Stream &s = target.GetDebugger().GetOutputStream();
 1106             Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream();
 1120               Stream &s =
 1138             Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream();
 1242   Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
   55   void DumpDiagnostics(Stream &error_stream);
   77                  Stream &error_stream) override;
   80                                 Stream &error_stream) override;
  137 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) {
  199                                            Stream &error_stream) {
  348     Stream &error_stream) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
   60                          Stream &error_stream) = 0;
   83                                         Stream &error_stream) = 0;
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
   81                                                          Stream &message) {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
   54   bool DoCheckersExplainStop(lldb::addr_t addr, Stream &message) override;
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
   73                          lldb_private::Stream &error_stream,
 1540                                  lldb_private::Stream &error_stream) {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
   93               lldb_private::Stream &error_stream,
  464   lldb_private::Stream
  520                              lldb_private::Stream &error_stream);
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14389 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch,
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
  138   bool TestEmulation(Stream *out_stream, ArchSpec &arch,
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
   64   bool TestEmulation(lldb_private::Stream *out_stream,
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
   79   bool TestEmulation(lldb_private::Stream *out_stream,
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
   71   bool TestEmulation(lldb_private::Stream *out_stream,
tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
   61   bool TestEmulation(Stream *out_stream, ArchSpec &arch,
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
  171     ValueObject &valobj, Stream &s, const TypeSummaryOptions &) {
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
   16 bool BlockPointerSummaryProvider(ValueObject &, Stream &,
tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
   36     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
   61     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
   86     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
  111     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
  157     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
  183     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
  209     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
  235     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) {
tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h
   19 bool Char8StringSummaryProvider(ValueObject &valobj, Stream &stream,
   23     ValueObject &valobj, Stream &stream,
   27     ValueObject &valobj, Stream &stream,
   30 bool WCharStringSummaryProvider(ValueObject &valobj, Stream &stream,
   33 bool Char8SummaryProvider(ValueObject &valobj, Stream &stream,
   37     ValueObject &valobj, Stream &stream,
   40 bool Char32SummaryProvider(ValueObject &valobj, Stream &stream,
   43 bool WCharSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
   36     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
   58     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  106     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  454     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  548     ValueObject &valobj, Stream &stream,
  617 bool LibcxxStringSummaryProvider(ValueObject &valobj, Stream &stream,
  663     ValueObject &valobj, Stream &stream,
  670     ValueObject &valobj, Stream &stream,
  677     ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
   22     ValueObject &valobj, Stream &stream,
   26     ValueObject &valobj, Stream &stream,
   30     ValueObject &valobj, Stream &stream,
   34     ValueObject &valobj, Stream &stream,
   38     ValueObject &valobj, Stream &stream,
   42     ValueObject &valobj, Stream &stream,
   47     ValueObject &valobj, Stream &stream,
   54 bool LibcxxContainerSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
   72     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
   23 bool LibCxxAtomicSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
  118 bool LibcxxVariantSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h
   21     ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  233     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  281     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  390     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
   20     ValueObject &valobj, Stream &stream,
   24     ValueObject &valobj, Stream &stream,
   28     ValueObject &valobj, Stream &stream,
   33     ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
   39   bool GetSummary(Stream &stream, const TypeSummaryOptions &options);
  148     Stream &stream, const TypeSummaryOptions &options) {
  171     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  135                                  Stream &result) const {
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h
   28                  llvm::StringRef previous_lines, Stream &s) const override;
tools/lldb/source/Plugins/Language/ObjC/CF.cpp
   31     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
   47     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  111     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  229     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/CF.h
   18 bool CFBagSummaryProvider(ValueObject &valobj, Stream &stream,
   21 bool CFBinaryHeapSummaryProvider(ValueObject &valobj, Stream &stream,
   24 bool CFBitVectorSummaryProvider(ValueObject &valobj, Stream &stream,
   27 bool CFAbsoluteTimeSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
   40     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
   88     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  133     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  178     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  224     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  294 static void NSNumber_FormatChar(ValueObject &valobj, Stream &stream, char value,
  310 static void NSNumber_FormatShort(ValueObject &valobj, Stream &stream,
  326 static void NSNumber_FormatInt(ValueObject &valobj, Stream &stream, int value,
  342 static void NSNumber_FormatLong(ValueObject &valobj, Stream &stream,
  358 static void NSNumber_FormatInt128(ValueObject &valobj, Stream &stream,
  380 static void NSNumber_FormatFloat(ValueObject &valobj, Stream &stream,
  396 static void NSNumber_FormatDouble(ValueObject &valobj, Stream &stream,
  413     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  614     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  663     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  777     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  872     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  931     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  994     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
 1025     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
 1055     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/Cocoa.h
   22 bool NSIndexSetSummaryProvider(ValueObject &valobj, Stream &stream,
   25 bool NSArraySummaryProvider(ValueObject &valobj, Stream &stream,
   29 bool NSDataSummaryProvider(ValueObject &valobj, Stream &stream,
   32 bool NSNumberSummaryProvider(ValueObject &valobj, Stream &stream,
   35 bool NSDecimalNumberSummaryProvider(ValueObject &valobj, Stream &stream,
   38 bool NSNotificationSummaryProvider(ValueObject &valobj, Stream &stream,
   41 bool NSTimeZoneSummaryProvider(ValueObject &valobj, Stream &stream,
   44 bool NSMachPortSummaryProvider(ValueObject &valobj, Stream &stream,
   47 bool NSDateSummaryProvider(ValueObject &valobj, Stream &stream,
   50 bool NSBundleSummaryProvider(ValueObject &valobj, Stream &stream,
   53 bool NSURLSummaryProvider(ValueObject &valobj, Stream &stream,
   69 bool ObjCClassSummaryProvider(ValueObject &valobj, Stream &stream,
   75 bool ObjCBOOLSummaryProvider(ValueObject &valobj, Stream &stream,
   78 bool ObjCBooleanSummaryProvider(ValueObject &valobj, Stream &stream,
   82 bool ObjCSELSummaryProvider(ValueObject &valobj, Stream &stream,
   91 bool NSError_SummaryProvider(ValueObject &valobj, Stream &stream,
   94 bool NSException_SummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
   24     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/CoreMedia.h
   20 bool CMTimeSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  340     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  343     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.h
   25 bool NSDictionarySummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   56     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
   98     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  220     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
tools/lldb/source/Plugins/Language/ObjC/NSSet.h
   22 bool NSSetSummaryProvider(ValueObject &valobj, Stream &stream,
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
   54     ValueObject &valobj, Stream &stream,
  299     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  328     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
  334     Stream &stream, const TypeSummaryOptions &summary_options) {
tools/lldb/source/Plugins/Language/ObjC/NSString.h
   21 bool NSStringSummaryProvider(ValueObject &valobj, Stream &stream,
   26     Stream &stream, const TypeSummaryOptions &summary_options);
   28 bool NSAttributedStringSummaryProvider(ValueObject &valobj, Stream &stream,
   32     ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options);
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  918     bool DumpToStream(Stream &stream, bool print_help_if_available) override {
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
   49 bool CPPLanguageRuntime::GetObjectDescription(Stream &str,
   56     Stream &str, Value &value, ExecutionContextScope *exe_scope) {
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
   61   bool GetObjectDescription(Stream &str, ValueObject &object) override;
   63   bool GetObjectDescription(Stream &str, Value &value,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
   58 bool AppleObjCRuntime::GetObjectDescription(Stream &str, ValueObject &valobj) {
   86 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
   43   bool GetObjectDescription(Stream &str, Value &value,
   46   bool GetObjectDescription(Stream &str, ValueObject &object) override;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  607       auto &std_out = result.GetOutputStream();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  419     Stream &s) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
   97       void Dump(Stream &s);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
   88     Stream *s, lldb::DescriptionLevel level) {
   99 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
   31   void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
   33   bool ValidatePlan(Stream *error) override;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  390     Stream &stream, lldb::DescriptionLevel level) {}
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  165     void GetDescription(Stream &stream, lldb::DescriptionLevel level) override;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2400 bool RenderScriptRuntime::LoadAllocation(Stream &strm, const uint32_t alloc_id,
 2620 bool RenderScriptRuntime::SaveAllocation(Stream &strm, const uint32_t alloc_id,
 2836 void RSModuleDescriptor::WarnIfVersionMismatch(lldb_private::Stream *s) const {
 3069 void RenderScriptRuntime::DumpStatus(Stream &strm) const {
 3096 void RenderScriptRuntime::DumpContexts(Stream &strm) const {
 3125 void RenderScriptRuntime::DumpKernels(Stream &strm) const {
 3141 RenderScriptRuntime::FindAllocByID(Stream &strm, const uint32_t alloc_id) {
 3170 bool RenderScriptRuntime::DumpAllocation(Stream &strm, StackFrame *frame_ptr,
 3323 bool RenderScriptRuntime::RecomputeAllAllocations(Stream &strm,
 3346 void RenderScriptRuntime::ListAllocations(Stream &strm, StackFrame *frame_ptr,
 3700 void RenderScriptRuntime::SetConditional(BreakpointSP bp, Stream &messages,
 3724                                                   Stream &messages,
 3776                                                        Stream &strm,
 3787                                                      Stream &messages,
 3808 void RenderScriptRuntime::DumpModules(Stream &strm) const {
 3891 void RSModuleDescriptor::Dump(Stream &strm) const {
 3942 void RSGlobalDescriptor::Dump(Stream &strm) const {
 3967 void RSKernelDescriptor::Dump(Stream &strm) const {
 3972 void RSReductionDescriptor::Dump(lldb_private::Stream &stream) const {
 4190     auto &outstream = result.GetOutputStream();
 4292     auto &outstream = result.GetOutputStream();
 4401     Stream &stream = result.GetOutputStream();
 4580     Stream *output_stream_p = nullptr;
 4581     std::unique_ptr<Stream> output_stream_storage;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
   61   void GetDescription(Stream *strm) override {
   67   void Dump(Stream *s) const override {}
  111   void GetDescription(Stream *strm) override {
  117   void Dump(Stream *s) const override {}
  144   void Dump(Stream &strm) const;
  156   void Dump(Stream &strm) const;
  175   void Dump(Stream &strm) const;
  224   void Dump(Stream &strm) const;
  226   void WarnIfVersionMismatch(Stream *s) const;
  256   void GetDescription(Stream *strm) override {
  262   void Dump(Stream *s) const override {}
  352   void DumpModules(Stream &strm) const;
  354   void DumpContexts(Stream &strm) const;
  356   void DumpKernels(Stream &strm) const;
  358   bool DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id);
  360   void ListAllocations(Stream &strm, StackFrame *frame_ptr,
  363   bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr);
  366       lldb::TargetSP target, Stream &messages, const char *name,
  370       lldb::TargetSP target, Stream &messages, const char *reduce_name,
  374   bool PlaceBreakpointOnScriptGroup(lldb::TargetSP target, Stream &strm,
  379   void DumpStatus(Stream &strm) const;
  383   bool LoadAllocation(Stream &strm, const uint32_t alloc_id,
  386   bool SaveAllocation(Stream &strm, const uint32_t alloc_id,
  522   AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);
  539   void SetConditional(lldb::BreakpointSP bp, lldb_private::Stream &messages,
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
   47     Stream &stream = result.GetOutputStream();
  104     Stream &stream = result.GetOutputStream();
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  397 void ObjectContainerBSDArchive::Dump(Stream *s) const {
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
   66   void Dump(lldb_private::Stream *s) const override;
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
  125 void ObjectContainerUniversalMachO::Dump(Stream *s) const {
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
   52   void Dump(lldb_private::Stream *s) const override;
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
   82   void Dump(Stream *s) override {}
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  308 void ELFSymbol::Dump(lldb_private::Stream *s, uint32_t idx,
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
  269   void Dump(lldb_private::Stream *s, uint32_t idx,
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2927 void ObjectFileELF::Dump(Stream *s) {
 2963 void ObjectFileELF::DumpELFHeader(Stream *s, const ELFHeader &header) {
 2998 void ObjectFileELF::DumpELFHeader_e_type(Stream *s, elf_half e_type) {
 3023 void ObjectFileELF::DumpELFHeader_e_ident_EI_DATA(Stream *s,
 3043 void ObjectFileELF::DumpELFProgramHeader(Stream *s,
 3059 void ObjectFileELF::DumpELFProgramHeader_p_type(Stream *s, elf_word p_type) {
 3080 void ObjectFileELF::DumpELFProgramHeader_p_flags(Stream *s, elf_word p_flags) {
 3091 void ObjectFileELF::DumpELFProgramHeaders(Stream *s) {
 3111 void ObjectFileELF::DumpELFSectionHeader(Stream *s,
 3127 void ObjectFileELF::DumpELFSectionHeader_sh_type(Stream *s, elf_word sh_type) {
 3155 void ObjectFileELF::DumpELFSectionHeader_sh_flags(Stream *s,
 3167 void ObjectFileELF::DumpELFSectionHeaders(Stream *s) {
 3190 void ObjectFileELF::DumpDependentModules(lldb_private::Stream *s) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  119   void Dump(lldb_private::Stream *s) override;
  339   static void DumpELFHeader(lldb_private::Stream *s,
  342   static void DumpELFHeader_e_ident_EI_DATA(lldb_private::Stream *s,
  345   static void DumpELFHeader_e_type(lldb_private::Stream *s,
  351   void DumpELFProgramHeaders(lldb_private::Stream *s);
  353   static void DumpELFProgramHeader(lldb_private::Stream *s,
  356   static void DumpELFProgramHeader_p_type(lldb_private::Stream *s,
  359   static void DumpELFProgramHeader_p_flags(lldb_private::Stream *s,
  365   void DumpELFSectionHeaders(lldb_private::Stream *s);
  367   static void DumpELFSectionHeader(lldb_private::Stream *s,
  370   static void DumpELFSectionHeader_sh_type(lldb_private::Stream *s,
  373   static void DumpELFSectionHeader_sh_flags(lldb_private::Stream *s,
  378   void DumpDependentModules(lldb_private::Stream *s);
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  149 void ObjectFileJIT::Dump(Stream *s) {
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
   74   void Dump(lldb_private::Stream *s) override;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  113                                Stream &data) {
  196   static bool Create_LC_THREAD(Thread *thread, Stream &data) {
  401   static bool Create_LC_THREAD(Thread *thread, Stream &data) {
  526   static bool Create_LC_THREAD(Thread *thread, Stream &data) {
  655   static bool Create_LC_THREAD(Thread *thread, Stream &data) {
 4705 void ObjectFileMachO::Dump(Stream *s) {
 6109         StreamString buffer(Stream::eBinary, addr_byte_size, byte_order);
 6132           LC_THREAD_data.GetFlags().Set(Stream::eBinary);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
   95   void Dump(lldb_private::Stream *s) override;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
 1036 void ObjectFilePECOFF::Dump(Stream *s) {
 1075 void ObjectFilePECOFF::DumpDOSHeader(Stream *s, const dos_header_t &header) {
 1107 void ObjectFilePECOFF::DumpCOFFHeader(Stream *s, const coff_header_t &header) {
 1120 void ObjectFilePECOFF::DumpOptCOFFHeader(Stream *s,
 1176 void ObjectFilePECOFF::DumpSectionHeader(Stream *s,
 1188 void ObjectFilePECOFF::DumpSectionHeaders(Stream *s) {
 1208 void ObjectFilePECOFF::DumpDependentModules(lldb_private::Stream *s) {
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
  115   void Dump(lldb_private::Stream *s) override;
  275   static void DumpDOSHeader(lldb_private::Stream *s,
  277   static void DumpCOFFHeader(lldb_private::Stream *s,
  279   static void DumpOptCOFFHeader(lldb_private::Stream *s,
  281   void DumpSectionHeaders(lldb_private::Stream *s);
  282   void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
  283   void DumpDependentModules(lldb_private::Stream *s);
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  194 void PlatformFreeBSD::GetStatus(Stream &strm) {
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
   43   void GetStatus(Stream &strm) override;
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  199 void PlatformLinux::GetStatus(Stream &strm) {
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
   43   void GetStatus(Stream &strm) override;
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
   61     Target *target, Module &module, Stream *feedback_stream) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
   36       lldb_private::Stream *feedback_stream) override;
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
   51 void PlatformRemoteDarwinDevice::GetStatus(Stream &strm) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
   30   void GetStatus(lldb_private::Stream &strm) override;
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  168 void PlatformNetBSD::GetStatus(Stream &strm) {
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
   43   void GetStatus(Stream &strm) override;
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  173 void PlatformOpenBSD::GetStatus(Stream &strm) {
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
   43   void GetStatus(Stream &strm) override;
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  406 void PlatformWindows::GetStatus(Stream &strm) {
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.h
   65   void GetStatus(lldb_private::Stream &strm) override;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1244 void GDBRemoteCommunication::DumpHistory(Stream &strm) { m_history.Dump(strm); }
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  135   void DumpHistory(Stream &strm);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2340                                                    bool json, Stream &strm) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  310                        Stream &strm);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
   65 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h
   40   void Dump(Stream &strm) const;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  666 Status ProcessGDBRemote::DoConnectRemote(Stream *strm,
 5293         Stream &output_strm = result.GetOutputStream();
 5342       Stream &output_strm = result.GetOutputStream();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
   88   Status DoConnectRemote(Stream *strm, llvm::StringRef remote_url) override;
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  110   void Dump(Stream *s) override {
  770     Stream &s = result.GetOutputStream();
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
   72 void PythonObject::Dump(Stream &strm) const {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  255   void Dump(Stream &strm) const;
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  851     Stream *strm = (Stream *)baton;
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  230   virtual void Dump(Stream &stream) const = 0;
  268   void Dump(Stream &stream) const override {
  320   void Dump(Stream &stream) const override {
  871     auto &stream = result.GetOutputStream();
 1150     const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) {
 1660 void StructuredDataDarwinLog::DumpTimestamp(Stream &stream,
 1678 StructuredDataDarwinLog::DumpHeader(Stream &output_stream,
 1762     const StructuredData::Dictionary &event, Stream &stream) {
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
   62                         lldb_private::Stream &stream) override;
   96   void DumpTimestamp(Stream &stream, uint64_t timestamp);
   98   size_t DumpHeader(Stream &stream, const StructuredData::Dictionary &event);
  101                               Stream &stream);
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  424   StreamString dwarf(Stream::eBinary, arch.GetAddressByteSize(),
tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
  186 void AppleDWARFIndex::Dump(Stream &s) {
tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
   52   void Dump(Stream &s) override;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
   20 void DWARFCompileUnit::Dump(Stream *s) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
   19   void Dump(lldb_private::Stream *s) const override;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  190 void DWARFDIE::GetName(Stream &s) const {
  208 void DWARFDIE::AppendTypeName(Stream &s) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
   38   void GetName(lldb_private::Stream &s) const;
   40   void AppendTypeName(lldb_private::Stream &s) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  401 void DWARFDebugInfoEntry::Dump(const DWARFUnit *cu, Stream &s,
  456     lldb::offset_t *offset_ptr, Stream &s, dw_attr_t attr,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
  105   void Dump(const DWARFUnit *cu, lldb_private::Stream &s,
  111                 lldb::offset_t *offset_ptr, lldb_private::Stream &s,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
   75 void DWARFDebugRanges::Dump(Stream &s,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
   37   static void Dump(lldb_private::Stream &s,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  330 void DWARFFormValue::Dump(Stream &s) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
   53   void Dump(lldb_private::Stream &s) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
   50   virtual void Dump(Stream &s) = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
   17 void DWARFTypeUnit::Dump(Stream *s) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
   19   void Dump(lldb_private::Stream *s) const override;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  100   bool Verify(lldb_private::Stream *s) const;
  101   virtual void Dump(lldb_private::Stream *s) const = 0;
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  265 void DebugNamesDWARFIndex::Dump(Stream &s) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
   45   void Dump(Stream &s) override;
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  456 void ManualDWARFIndex::Dump(Stream &s) {
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
   45   void Dump(Stream &s) override;
tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
   53 void NameToDIE::Dump(Stream *s) {
tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h
   27   void Dump(lldb_private::Stream *s);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3805 void SymbolFileDWARF::Dump(lldb_private::Stream &s) {
 3810 void SymbolFileDWARF::DumpClangAST(Stream &s) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  298   void Dump(lldb_private::Stream &s) override;
  300   void DumpClangAST(lldb_private::Stream &s) override;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  178                 lldb_private::Stream *feedback_strm = nullptr) override {
 1214 void SymbolFileDWARFDebugMap::DumpClangAST(Stream &s) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  126   void DumpClangAST(lldb_private::Stream &s) override;
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  117   StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order);
  172     llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1361 void PdbAstBuilder::Dump(Stream &stream) { m_clang.Dump(stream); }
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
   86   void Dump(Stream &stream);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
   93     llvm::Triple::ArchType arch_type, Stream &stream) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
   23                                           lldb_private::Stream &stream);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1180 void SymbolFileNativePDB::DumpClangAST(Stream &s) { m_ast->Dump(s); }
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
  150   void DumpClangAST(Stream &s) override;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   60     llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) {
   83   StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1445 void SymbolFilePDB::DumpClangAST(Stream &s) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
  161   void DumpClangAST(lldb_private::Stream &s) override;
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
   61                                 lldb_private::Stream *feedback_strm) {
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
   33                  lldb_private::Stream *feedback_strm);
tools/lldb/source/Symbol/Block.cpp
   30 void Block::GetDescription(Stream *s, Function *function,
   58 void Block::Dump(Stream *s, addr_t base_addr, int32_t depth,
  151 void Block::DumpSymbolContext(Stream *s) {
  158 void Block::DumpAddressRanges(Stream *s, lldb::addr_t base_addr) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 8967 void ClangASTContext::Dump(Stream &s) {
 8972 void ClangASTContext::DumpFromSymbolFile(Stream &s,
 9006     lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, Stream *s,
 9383 static bool DumpEnumValue(const clang::QualType &qual_type, Stream *s,
 9464     lldb::opaque_compiler_type_t type, Stream *s, lldb::Format format,
 9587                                   ExecutionContext *exe_ctx, Stream *s,
 9642                                           Stream *s) {
tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
   78 void ClangASTMetadata::Dump(Stream *s) {
tools/lldb/source/Symbol/CompileUnit.cpp
   56 void CompileUnit::DumpSymbolContext(Stream *s) {
   61 void CompileUnit::GetDescription(Stream *s,
   88 void CompileUnit::Dump(Stream *s, bool show_context) const {
tools/lldb/source/Symbol/CompilerType.cpp
  720 void CompilerType::DumpValue(ExecutionContext *exe_ctx, Stream *s,
  734 bool CompilerType::DumpTypeValue(Stream *s, lldb::Format format,
  747 void CompilerType::DumpSummary(ExecutionContext *exe_ctx, Stream *s,
  761 void CompilerType::DumpTypeDescription(Stream *s) const {
  877 bool CompilerType::SetValueFromScalar(const Scalar &value, Stream &strm) {
  883     strm.GetFlags().Set(Stream::eBinary);
tools/lldb/source/Symbol/Declaration.cpp
   14 void Declaration::Dump(Stream *s, bool show_fullpaths) const {
   42 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const {
tools/lldb/source/Symbol/Function.cpp
   36 void FunctionInfo::Dump(Stream *s, bool show_fullpaths) const {
   88 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const {
   94 void InlineFunctionInfo::DumpStopContext(Stream *s,
  321 void Function::GetDescription(Stream *s, lldb::DescriptionLevel level,
  341 void Function::Dump(Stream *s, bool show_context) const {
  394                               Stream &strm) {
  413 void Function::DumpSymbolContext(Stream *s) {
tools/lldb/source/Symbol/LineEntry.cpp
   51 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const {
   71 bool LineEntry::Dump(Stream *s, Target *target, bool show_file,
  106 bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level,
tools/lldb/source/Symbol/LineTable.cpp
  405 void LineTable::Dump(Stream *s, Target *target, Address::DumpStyle style,
  419 void LineTable::GetDescription(Stream *s, Target *target,
tools/lldb/source/Symbol/PostfixExpression.cpp
  143   DWARFCodegen(Stream &stream) : m_out_stream(stream) {}
  166   Stream &m_out_stream;
  245 void postfix::ToDWARF(Node &node, Stream &stream) {
tools/lldb/source/Symbol/Symbol.cpp
  178 void Symbol::GetDescription(Stream *s, lldb::DescriptionLevel level,
  213 void Symbol::Dump(Stream *s, Target *target, uint32_t index) const {
  397 void Symbol::DumpSymbolContext(Stream *s) {
  554                             bool prefer_file_cache, Stream &strm) {
tools/lldb/source/Symbol/SymbolContext.cpp
   84 bool SymbolContext::DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
  197 void SymbolContext::GetDescription(Stream *s, lldb::DescriptionLevel level,
  317 void SymbolContext::Dump(Stream *s, Target *target) const {
 1131     Stream *s, lldb::DescriptionLevel level) const {
 1261 void SymbolContextList::Dump(Stream *s, Target *target) const {
 1307 void SymbolContextList::GetDescription(Stream *s, lldb::DescriptionLevel level,
tools/lldb/source/Symbol/SymbolFile.cpp
  213 void SymbolFile::Dump(Stream &s) {
tools/lldb/source/Symbol/SymbolVendor.cpp
   27                                        lldb_private::Stream *feedback_strm) {
tools/lldb/source/Symbol/Symtab.cpp
   73 void Symtab::Dump(Stream *s, Target *target, SortOrder sort_order) {
  146 void Symtab::Dump(Stream *s, Target *target,
  172 void Symtab::DumpSymbolHeader(Stream *s) {
tools/lldb/source/Symbol/Type.cpp
  174 void Type::GetDescription(Stream *s, lldb::DescriptionLevel level,
  236 void Type::Dump(Stream *s, bool show_context) {
  305 void Type::DumpTypeName(Stream *s) { GetName().Dump(s, "<invalid-type-name>"); }
  307 void Type::DumpValue(ExecutionContext *exe_ctx, Stream *s,
  402 bool Type::DumpValueInMemory(ExecutionContext *exe_ctx, Stream *s,
 1022 bool TypeImpl::GetDescription(lldb_private::Stream &strm,
 1054 bool TypeMemberFunctionImpl::GetDescription(Stream &stream) {
tools/lldb/source/Symbol/TypeList.cpp
   94 void TypeList::Dump(Stream *s, bool show_context) {
tools/lldb/source/Symbol/TypeMap.cpp
  124 void TypeMap::Dump(Stream *s, bool show_context) {
tools/lldb/source/Symbol/UnwindPlan.cpp
   80 static void DumpDWARFExpr(Stream &s, llvm::ArrayRef<uint8_t> expr, Thread *thread) {
   93 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s,
  159 static void DumpRegisterName(Stream &s, const UnwindPlan *unwind_plan,
  192 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan,
  225 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan,
  490 void UnwindPlan::Dump(Stream &s, Thread *thread, lldb::addr_t base_addr) const {
tools/lldb/source/Symbol/UnwindTable.cpp
  162 void UnwindTable::Dump(Stream &s) {
tools/lldb/source/Symbol/Variable.cpp
  104 void Variable::Dump(Stream *s, bool show_context) const {
  180 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths,
  450 bool Variable::DumpLocationForAddress(Stream *s, const Address &address) {
tools/lldb/source/Symbol/VariableList.cpp
  167 void VariableList::Dump(Stream *s, bool show_context) const {
tools/lldb/source/Target/Language.cpp
  226 void Language::PrintAllLanguages(Stream &s, const char *prefix,
  448                                       Stream &s) {
  453                                                Stream &s) {
  459                                                       Stream &s) {
tools/lldb/source/Target/LanguageRuntime.cpp
   50 void ExceptionSearchFilter::GetDescription(Stream *s) {
  130   void GetDescription(Stream *s) override {
  148   void Dump(Stream *s) const override {}
tools/lldb/source/Target/PathMappingList.cpp
  123 void PathMappingList::Dump(Stream *s, int pair_index) {
tools/lldb/source/Target/Platform.cpp
  176                                              Stream *feedback_stream) {
  401 void Platform::GetStatus(Stream &strm) {
tools/lldb/source/Target/Process.cpp
  788                                              Stream *stream,
 1353 Status Process::ResumeSynchronous(Stream *stream) {
 3002 Status Process::ConnectRemote(Stream *strm, llvm::StringRef remote_url) {
 4051 void Process::ProcessEventData::Dump(Stream *s) const {
 5430 void Process::GetStatus(Stream &strm) {
 5450 size_t Process::GetThreadStatus(Stream &strm,
tools/lldb/source/Target/SectionLoadHistory.cpp
  155 void SectionLoadHistory::Dump(Stream &s, Target *target) {
tools/lldb/source/Target/SectionLoadList.cpp
  249 void SectionLoadList::Dump(Stream &s, Target *target) {
tools/lldb/source/Target/StackFrame.cpp
 1793 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique,
 1823 void StackFrame::Dump(Stream *strm, bool show_frame_index,
 1894 bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source,
tools/lldb/source/Target/StackFrameList.cpp
  619 void StackFrameList::Dump(Stream *s) {
  939 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame,
tools/lldb/source/Target/StackID.cpp
   17 void StackID::Dump(Stream *s) {
tools/lldb/source/Target/Target.cpp
  146 void Target::Dump(Stream *s, lldb::DescriptionLevel description_level) {
 2828 Status Target::Launch(ProcessLaunchInfo &launch_info, Stream *stream) {
 2992 Status Target::Attach(ProcessAttachInfo &attach_info, Stream *stream) {
 3178 void Target::StopHook::GetDescription(Stream *s,
 4092 void Target::TargetEventData::Dump(Stream *s) const {
tools/lldb/source/Target/Thread.cpp
  174 void Thread::ThreadEventData::Dump(Stream *s) const {}
  327                                             Stream &output_stream) {
 1505 static void PrintPlanElement(Stream *s, const ThreadPlanSP &plan,
 1516 static void PrintPlanStack(Stream *s,
 1528 void Thread::DumpThreadPlans(Stream *s, lldb::DescriptionLevel desc_level,
 1718 static void DumpAddressList(Stream &s, const std::vector<Address> &list,
 1785 void Thread::DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx,
 1896 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame,
 1949 bool Thread::GetDescription(Stream &strm, lldb::DescriptionLevel level,
 2037 size_t Thread::GetStackFrameStatus(Stream &strm, uint32_t first_frame,
tools/lldb/source/Target/ThreadPlan.cpp
  168 void ThreadPlanNull::GetDescription(Stream *s, lldb::DescriptionLevel level) {
  172 bool ThreadPlanNull::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanBase.cpp
   48 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) {
   52 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; }
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  215 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) {
  225 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
   47 void ThreadPlanCallFunctionUsingABI::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
   46     Stream *s, lldb::DescriptionLevel level) {
   53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
   49     Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Target/ThreadPlanPython.cpp
   43 bool ThreadPlanPython::ValidatePlan(Stream *error) {
  183 void ThreadPlanPython::GetDescription(Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
   86 void ThreadPlanRunToAddress::GetDescription(Stream *s,
  131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  106 void ThreadPlanStepInRange::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
   51 void ThreadPlanStepInstruction::GetDescription(Stream *s,
   81 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  183 void ThreadPlanStepOut::GetDescription(Stream *s,
  226 bool ThreadPlanStepOut::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
   42     Stream *s, lldb::DescriptionLevel level) {
   47 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; }
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
   45 void ThreadPlanStepOverRange::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepRange.cpp
   57 bool ThreadPlanStepRange::ValidatePlan(Stream *error) {
   88 void ThreadPlanStepRange::DumpRanges(Stream *s) {
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  116 void ThreadPlanStepThrough::GetDescription(Stream *s,
  132 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
   99 void ThreadPlanStepUntil::GetDescription(Stream *s,
  126 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanTracer.cpp
   43 Stream *ThreadPlanTracer::GetLogStream() {
   59   Stream *stream = GetLogStream();
  127   Stream *stream = GetLogStream();
tools/lldb/source/Target/ThreadSpec.cpp
  133 void ThreadSpec::GetDescription(Stream *s, lldb::DescriptionLevel level) const {
tools/lldb/source/Utility/ArchSpec.cpp
 1458 void ArchSpec::DumpTriple(Stream &s) const {
tools/lldb/source/Utility/Args.cpp
  194 void Args::Dump(Stream &s, const char *label_name) const {
tools/lldb/source/Utility/Broadcaster.cpp
   88     Stream &s, uint32_t event_mask, bool prefix_with_broadcaster_name) const {
tools/lldb/source/Utility/ConstString.cpp
  203 Stream &lldb_private::operator<<(Stream &s, ConstString str) {
  203 Stream &lldb_private::operator<<(Stream &s, ConstString str) {
  256 void ConstString::Dump(Stream *s, const char *fail_value) const {
  264 void ConstString::DumpDebug(Stream *s) const {
tools/lldb/source/Utility/Event.cpp
   47 void Event::Dump(Stream *s) const {
   94 void EventData::Dump(Stream *s) const { s->PutCString("Generic Event Data"); }
  126 void EventDataBytes::Dump(Stream *s) const {
  209 void EventDataStructuredData::Dump(Stream *s) const {
tools/lldb/source/Utility/FileSpec.cpp
  273 Stream &lldb_private::operator<<(Stream &s, const FileSpec &f) {
  273 Stream &lldb_private::operator<<(Stream &s, const FileSpec &f) {
  345 void FileSpec::Dump(Stream *s) const {
tools/lldb/source/Utility/GDBRemote.cpp
   66 void GDBRemotePacket::Dump(Stream &strm) const {
tools/lldb/source/Utility/ProcessInfo.cpp
   49 void ProcessInfo::Dump(Stream &s, Platform *platform) const {
  112 void ProcessInstanceInfo::Dump(Stream &s, UserIDResolver &resolver) const {
  162 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args,
  185 void ProcessInstanceInfo::DumpAsTableRow(Stream &s, UserIDResolver &resolver,
tools/lldb/source/Utility/Scalar.cpp
  237 void Scalar::GetValue(Stream *s, bool show_type) const {
tools/lldb/source/Utility/Stream.cpp
  141 Stream &Stream::operator<<(char ch) {
  147 Stream &Stream::operator<<(const char *s) {
  152 Stream &Stream::operator<<(llvm::StringRef str) {
  158 Stream &Stream::operator<<(const void *p) {
  164 Stream &Stream::operator<<(uint8_t uval) {
  170 Stream &Stream::operator<<(uint16_t uval) {
  176 Stream &Stream::operator<<(uint32_t uval) {
  182 Stream &Stream::operator<<(uint64_t uval) {
  188 Stream &Stream::operator<<(int8_t sval) {
  194 Stream &Stream::operator<<(int16_t sval) {
  200 Stream &Stream::operator<<(int32_t sval) {
  206 Stream &Stream::operator<<(int64_t sval) {
tools/lldb/source/Utility/StringList.cpp
   86 void StringList::Join(const char *separator, Stream &strm) {
tools/lldb/source/Utility/Timer.cpp
  129 void Timer::DumpCategoryTimes(Stream *s) {
tools/lldb/source/Utility/UUID.cpp
   53 void UUID::Dump(Stream *s) const { s->PutCString(GetAsString()); }
tools/lldb/source/Utility/UserID.cpp
   17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) {
   17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) {
tools/lldb/source/Utility/VMRange.cpp
   38 void VMRange::Dump(Stream *s, lldb::addr_t offset, uint32_t addr_width) const {
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
  102   void Dump(Stream *s) override {}
tools/lldb/unittests/Symbol/PostfixExpressionTest.cpp
  150   StreamString dwarf(Stream::eBinary, addr_size, lldb::eByteOrderLittle);
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
   91   StreamString encoder(Stream::eBinary, addr_size, byte_order);
  136   StreamString encoder(Stream::eBinary, addr_size, byte_order);
  181   StreamString encoder(Stream::eBinary, addr_size, byte_order);
  226   StreamString encoder(Stream::eBinary, addr_size, byte_order);
  253   StreamString encoder(Stream::eBinary, addr_size, byte_order);
  282   StreamString encoder(Stream::eBinary, addr_size, byte_order);
  311   StreamString encoder(Stream::eBinary, addr_size, byte_order);
tools/lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
   38   StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order);
   88   StreamBuffer<32> stream(Stream::eBinary, address_size, byte_order);
tools/lldb/unittests/Utility/StreamTeeTest.cpp
   87   struct FlushTestStream : public Stream {
tools/lldb/unittests/Utility/StreamTest.cpp
   34     s.GetFlags().Set(Stream::eBinary);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/shared_ptr.h
   67 	       const __shared_ptr<_Tp, _Lp>& __p)
   93     class shared_ptr : public __shared_ptr<_Tp>
  107       using element_type = typename __shared_ptr<_Tp>::element_type;
  224 	shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) noexcept
  236 	shared_ptr(const shared_ptr<_Yp>& __r) noexcept
  253 	shared_ptr(shared_ptr<_Yp>&& __r) noexcept
  299 	_Assignable<const shared_ptr<_Yp>&>
  300 	operator=(const shared_ptr<_Yp>& __r) noexcept
  324 	_Assignable<shared_ptr<_Yp>>
  325 	operator=(shared_ptr<_Yp>&& __r) noexcept
  352       shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
  368     operator==(const shared_ptr<_Tp>& __a, const shared_ptr<_Up>& __b) noexcept
  368     operator==(const shared_ptr<_Tp>& __a, const shared_ptr<_Up>& __b) noexcept
  373     operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
  378     operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
  480     static_pointer_cast(const shared_ptr<_Up>& __r) noexcept
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  882     : is_convertible<_Yp*, _Tp*>::type
  882     : is_convertible<_Yp*, _Tp*>::type
  946     : is_convertible<_Yp*, _Tp*>::type
  956       using element_type = _Tp;
 1035     : public __shared_ptr_access<_Tp, _Lp>
 1038       using element_type = typename remove_extent<_Tp>::type;
 1116 	__shared_ptr(const __shared_ptr<_Yp, _Lp>& __r,
 1126 	__shared_ptr(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1138 	__shared_ptr(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1192 	_Assignable<_Yp>
 1193 	operator=(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1218 	_Assignable<_Yp>
 1219 	operator=(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1272       swap(__shared_ptr<_Tp, _Lp>& __other) noexcept
 1344       __shared_ptr(const __weak_ptr<_Tp, _Lp>& __r, std::nothrow_t)
 1409     operator==(const __shared_ptr<_Tp1, _Lp>& __a,
 1415     operator==(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept
 1420     operator==(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept
usr/include/c++/7.4.0/bits/std_function.h
  299       _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args)
  628       using _Invoker_type = _Res (*)(const _Any_data&, _ArgTypes&&...);
usr/include/c++/7.4.0/bits/unique_ptr.h
   68         default_delete(const default_delete<_Up>&) noexcept { }
   72       operator()(_Tp* __ptr) const
   74 	static_assert(!is_void<_Tp>::value,
   76 	static_assert(sizeof(_Tp)>0,
  122 	  using type = _Up*;
  137       using pointer = typename _Ptr<_Tp, _Dp>::type;
  161 	typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
  163       __uniq_ptr_impl<_Tp, _Dp> _M_t;
  166       using pointer	  = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
  167       using element_type  = _Tp;
  252 	unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
  689     operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept
  706     operator!=(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1633     { typedef _Tp   type; };
 1645     { typedef _Tp&   type; };
 1650     : public __add_lvalue_reference_helper<_Tp>
 1659     { typedef _Tp&&   type; };
 1942     { typedef _Tp     type; };