Home
last modified time | relevance | path

Searched defs:file_sp (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h66 void SetImmediateOutputFile(lldb::FileSP file_sp) { in SetImmediateOutputFile()
73 void SetImmediateErrorFile(lldb::FileSP file_sp) { in SetImmediateErrorFile()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandReturnObject.cpp121 size_t SBCommandReturnObject::PutOutput(FileSP file_sp) { in PutOutput()
145 size_t SBCommandReturnObject::PutError(FileSP file_sp) { in PutError()
278 void SBCommandReturnObject::SetImmediateOutputFile(FileSP file_sp) { in SetImmediateOutputFile()
283 void SBCommandReturnObject::SetImmediateErrorFile(FileSP file_sp) { in SetImmediateErrorFile()
H A DSBStream.cpp127 void SBStream::RedirectToFile(FileSP file_sp) { in RedirectToFile()
H A DSBFile.cpp19 SBFile::SBFile(FileSP file_sp) : m_opaque_sp(file_sp) { in SBFile()
H A DSBDebugger.cpp384 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile()
389 SBError SBDebugger::SetOutputFile(FileSP file_sp) { in SetOutputFile()
419 SBError SBDebugger::SetErrorFile(FileSP file_sp) { in SetErrorFile()
442 File &file_sp = m_opaque_sp->GetInputFile(); in GetInputFileHandle() local
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp81 FileSP file_sp; in GetFile() local
257 FileSP file_sp(GetFile(file_spec)); in DisplaySourceLinesWithLineNumbers() local
324 FileSP file_sp(GetFile(file_spec)); in SetDefaultFileAndLine() local
388 FileSP file_sp = GetFile(file_spec); in FindLinesMatchingRegex() local
715 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile()
728 FileSP file_sp; in FindSourceFile() local
H A DDebugger.cpp923 Status Debugger::SetInputFile(FileSP file_sp) { in SetInputFile()
952 void Debugger::SetInputFile(FileSP file_sp, repro::DataRecorder *recorder) { in SetInputFile()
961 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile()
966 void Debugger::SetErrorFile(FileSP file_sp) { in SetErrorFile()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1323 FileSP file_sp; in ConvertToFile() local
1367 FileSP file_sp; in ConvertToFileForcingUseOfScriptingIOMethods() local
H A DScriptInterpreterPython.cpp606 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle()