Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp149 m_error_file_sp(m_output_file_sp), in ScriptInterpreterIORedirect()
183 m_error_file_sp = m_output_file_sp; in ScriptInterpreterIORedirect()
192 if (!m_input_file_sp || !m_output_file_sp || !m_error_file_sp) in ScriptInterpreterIORedirect()
194 m_error_file_sp); in ScriptInterpreterIORedirect()
200 if (m_error_file_sp) in Flush()
201 m_error_file_sp->Flush(); in Flush()
209 assert(m_error_file_sp); in ~ScriptInterpreterIORedirect()
210 assert(m_output_file_sp == m_error_file_sp); in ~ScriptInterpreterIORedirect()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h49 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile()
61 lldb::StreamFileSP m_error_file_sp; variable