Searched refs:GetInputFileSP (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp105 FileSP &IOHandler::GetInputFileSP() { return m_input_sp; } function in class:IOHandler
112 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false;
116 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false;
H A DDebugger.cpp958 in = top_reader_sp->GetInputFileSP();
960 in = GetInputFileSP();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp157 m_input_file_sp = debugger.GetInputFileSP();
H A DCommandInterpreter.cpp2958 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(),
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h117 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } function in class:lldb_private::Debugger
H A DIOHandler.h129 lldb::FileSP &GetInputFileSP();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp407 return LLDB_RECORD_RESULT(SBFile(m_opaque_sp->GetInputFileSP()));

Completed in 183 milliseconds