Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp103 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler
110 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()
114 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
H A DDebugger.cpp1206 in = top_reader_sp->GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
1208 in = GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp214 m_input_file_sp = debugger.GetInputFileSP(); in ScriptInterpreterIORedirect()
H A DCommandInterpreter.cpp3373 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h127 lldb::FileSP GetInputFileSP();
H A DDebugger.h134 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp500 return SBFile(m_opaque_sp->GetInputFileSP()); in GetInputFile()