Searched refs:m_error_stream_sp (Results 1 – 4 of 4) sorted by relevance
144 return m_error_stream_sp->GetUnlockedFileSP(); in GetErrorFileSP()674 lldb::LockableStreamFileSP GetErrorStreamSP() { return m_error_stream_sp; } in GetErrorStreamSP()720 lldb::LockableStreamFileSP m_error_stream_sp; variable
419 lldb::LockableStreamFileSP m_error_stream_sp; variable
969 m_error_stream_sp(std::make_shared<LockableStreamFile>( in Debugger()1193 m_error_stream_sp = in SetErrorFile()1323 is_stdout ? m_output_stream_sp : m_error_stream_sp; in PrintAsync()
1518 m_output_stream_sp(output_stream_sp), m_error_stream_sp(error_stream_sp), in Editline()