Home
last modified time | relevance | path

Searched refs:m_stream_sp (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Core/
DLog.cpp38 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()
/external/lldb/source/Target/
DThreadPlanTracer.cpp42 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()
/external/lldb/include/lldb/Core/
DLog.h183 m_stream_sp = stream_sp; in SetStream()
190 lldb::StreamSP m_stream_sp;
/external/lldb/include/lldb/Target/
DThreadPlanTracer.h103 lldb::StreamSP m_stream_sp; variable