Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp91 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler
98 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()
102 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
H A DDebugger.cpp1363 in = top_reader_sp->GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
1365 in = GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp31 FileSP input_sp = debugger.GetInputFileSP(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp220 m_input_file_sp = debugger.GetInputFileSP(); in ScriptInterpreterIORedirect()
H A DCommandInterpreter.cpp3552 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h124 lldb::FileSP GetInputFileSP();
H A DDebugger.h136 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp465 return SBFile(m_opaque_sp->GetInputFileSP()); in GetInputFile()