Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp106 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler
113 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()
117 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
H A DDebugger.cpp978 in = top_reader_sp->GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
980 in = GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp171 m_input_file_sp = debugger.GetInputFileSP(); in ScriptInterpreterIORedirect()
H A DCommandInterpreter.cpp3068 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h161 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
H A DIOHandler.h131 lldb::FileSP GetInputFileSP();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp443 return LLDB_RECORD_RESULT(SBFile(m_opaque_sp->GetInputFileSP())); in GetInputFile()