Searched refs:GetInputFileSP (Results 1 – 7 of 7) sorted by relevance
103 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler110 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()114 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
1110 in = top_reader_sp->GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()1112 in = GetInputFileSP(); in AdoptTopIOHandlerFilesIfInvalid()
186 m_input_file_sp = debugger.GetInputFileSP(); in ScriptInterpreterIORedirect()
3339 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
136 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
128 lldb::FileSP GetInputFileSP();
489 return SBFile(m_opaque_sp->GetInputFileSP()); in GetInputFile()