Searched refs:GetInputFileSP (Results 1 – 8 of 8) sorted by relevance
91 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler98 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()102 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
1363 in = top_reader_sp->GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()1365 in = GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
31 FileSP input_sp = debugger.GetInputFileSP(); in DoExecute()
220 m_input_file_sp = debugger.GetInputFileSP(); in ScriptInterpreterIORedirect()
3552 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
124 lldb::FileSP GetInputFileSP();
136 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
465 return SBFile(m_opaque_sp->GetInputFileSP()); in GetInputFile()