Lines Matching refs:Stream
65 void GetDescription(Stream *strm) override { in GetDescription()
71 void Dump(Stream *s) const override {} in Dump()
115 void GetDescription(Stream *strm) override { in GetDescription()
121 void Dump(Stream *s) const override {} in Dump()
148 void Dump(Stream &strm) const;
160 void Dump(Stream &strm) const;
179 void Dump(Stream &strm) const;
228 void Dump(Stream &strm) const;
230 void WarnIfVersionMismatch(Stream *s) const;
261 void GetDescription(Stream *strm) override { in GetDescription()
267 void Dump(Stream *s) const override {} in Dump()
357 void DumpModules(Stream &strm) const;
359 void DumpContexts(Stream &strm) const;
361 void DumpKernels(Stream &strm) const;
363 bool DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id);
365 void ListAllocations(Stream &strm, StackFrame *frame_ptr,
368 bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr);
371 lldb::TargetSP target, Stream &messages, const char *name,
375 lldb::TargetSP target, Stream &messages, const char *reduce_name,
379 bool PlaceBreakpointOnScriptGroup(lldb::TargetSP target, Stream &strm,
384 void DumpStatus(Stream &strm) const;
388 bool LoadAllocation(Stream &strm, const uint32_t alloc_id,
391 bool SaveAllocation(Stream &strm, const uint32_t alloc_id,
530 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);
547 void SetConditional(lldb::BreakpointSP bp, lldb_private::Stream &messages,