Home
last modified time | relevance | path

Searched refs:m_input_file_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp207 : m_input_file_sp(std::move(input)), in ScriptInterpreterIORedirect()
220 m_input_file_sp = debugger.GetInputFileSP(); in ScriptInterpreterIORedirect()
255 if (!m_input_file_sp || !m_output_file_sp || !m_error_file_sp) in ScriptInterpreterIORedirect()
256 debugger.AdoptTopIOHandlerFilesIfInvalid(m_input_file_sp, m_output_file_sp, in ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h136 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP()
137 File &GetInputFile() { return *m_input_file_sp; } in GetInputFile()
718 lldb::FileSP m_input_file_sp; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h118 lldb::FileSP GetInputFile() const { return m_input_file_sp; } in GetInputFile()
134 lldb::FileSP m_input_file_sp; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp966 m_input_file_sp(std::make_shared<NativeFile>(stdin, NativeFile::Unowned)), in Debugger()
1179 m_input_file_sp = std::move(file_sp); in SetInputFile()