Home
last modified time | relevance | path

Searched refs:m_error_file_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp173 m_error_file_sp(m_output_file_sp), in ScriptInterpreterIORedirect()
207 m_error_file_sp = m_output_file_sp; in ScriptInterpreterIORedirect()
216 if (!m_input_file_sp || !m_output_file_sp || !m_error_file_sp) in ScriptInterpreterIORedirect()
218 m_error_file_sp); in ScriptInterpreterIORedirect()
224 if (m_error_file_sp) in Flush()
225 m_error_file_sp->Flush(); in Flush()
233 assert(m_error_file_sp); in ~ScriptInterpreterIORedirect()
234 assert(m_output_file_sp == m_error_file_sp); in ~ScriptInterpreterIORedirect()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h109 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile()
121 lldb::StreamFileSP m_error_file_sp; variable