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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanTracer.h73 lldb::StreamSP m_stream_sp; member in class:lldb_private::ThreadPlanTracer
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp38 m_stream_sp(stream_sp) {}
41 : m_thread(thread), m_single_step(true), m_enabled(false), m_stream_sp() {}
44 if (m_stream_sp)
45 return m_stream_sp.get();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h181 std::shared_ptr<llvm::raw_ostream> m_stream_sp; member in class:lldb_private::final
194 return m_stream_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp94 m_stream_sp = stream_sp;
104 m_stream_sp.reset();

Completed in 80 milliseconds