Searched refs:m_stream_sp (Results 1 – 4 of 4) sorted by relevance
38 m_stream_sp(), in Log()45 m_stream_sp(stream_sp), in Log()88 if (m_stream_sp) in PrintfWithFlagsVarArg()121 m_stream_sp->Printf("%s\n", header.GetData()); in PrintfWithFlagsVarArg()124 Host::Backtrace (*m_stream_sp, 1024); in PrintfWithFlagsVarArg()125 m_stream_sp->Flush(); in PrintfWithFlagsVarArg()472 if (m_stream_sp) in GetVerbose()473 return m_stream_sp->GetVerbose(); in GetVerbose()483 if (m_stream_sp) in GetDebug()484 return m_stream_sp->GetDebug(); in GetDebug()
42 m_stream_sp (stream_sp) in ThreadPlanTracer()50 m_stream_sp () in ThreadPlanTracer()58 if (m_stream_sp.get()) in GetLogStream()59 return m_stream_sp.get(); in GetLogStream()
183 m_stream_sp = stream_sp; in SetStream()190 lldb::StreamSP m_stream_sp;
103 lldb::StreamSP m_stream_sp; variable