Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp107 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler
114 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()
118 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
H A DDebugger.cpp1120 in = top_reader_sp->GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
1122 in = GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp183 m_input_file_sp = debugger.GetInputFileSP(); in ScriptInterpreterIORedirect()
H A DCommandInterpreter.cpp3286 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h134 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
H A DIOHandler.h131 lldb::FileSP GetInputFileSP();
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp451 return SBFile(m_opaque_sp->GetInputFileSP()); in GetInputFile()