Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp210 m_error_file_sp(m_output_file_sp), in ScriptInterpreterIORedirect()
246 m_error_file_sp = m_output_file_sp; in ScriptInterpreterIORedirect()
255 if (!m_input_file_sp || !m_output_file_sp || !m_error_file_sp) in ScriptInterpreterIORedirect()
257 m_error_file_sp); in ScriptInterpreterIORedirect()
263 if (m_error_file_sp) in Flush()
264 m_error_file_sp->Lock().Flush(); in Flush()
272 assert(m_error_file_sp); in ~ScriptInterpreterIORedirect()
273 assert(m_output_file_sp == m_error_file_sp); in ~ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h123 return m_error_file_sp->GetUnlockedFileSP(); in GetErrorFile()
136 lldb::LockableStreamFileSP m_error_file_sp; variable