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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h65 void SetImmediateOutputFile(lldb::FileSP file_sp) { argument
70 void SetImmediateErrorFile(lldb::FileSP file_sp) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp19 SBFile::SBFile(FileSP file_sp) : m_opaque_sp(file_sp) { argument
H A DSBStream.cpp128 void SBStream::RedirectToFile(FileSP file_sp) { argument
H A DSBCommandReturnObject.cpp128 size_t SBCommandReturnObject::PutOutput(FileSP file_sp) { argument
153 size_t SBCommandReturnObject::PutError(FileSP file_sp) { argument
298 void SBCommandReturnObject::SetImmediateOutputFile(FileSP file_sp) { argument
304 SetImmediateErrorFile(FileSP file_sp) argument
[all...]
H A DSBDebugger.cpp297 SBError SBDebugger::SetInputFile(FileSP file_sp) { argument
318 FileSP file_sp = file.m_opaque_sp; local
343 SBError SBDebugger::SetOutputFile(FileSP file_sp) { argument
375 SetErrorFile(FileSP file_sp) argument
398 File &file_sp = m_opaque_sp->GetInputFile(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp71 FileSP file_sp; local
374 FileSP file_sp = GetFile(file_spec); local
696 AddSourceFile(const FileSP &file_sp) argument
709 FileSP file_sp; local
[all...]
H A DDebugger.cpp778 void Debugger::SetInputFile(FileSP file_sp, repro::DataRecorder *recorder) { argument
787 void Debugger::SetOutputFile(FileSP file_sp) { argument
792 void Debugger::SetErrorFile(FileSP file_sp) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1420 FileSP file_sp; local
[all...]
H A DScriptInterpreterPython.cpp687 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, argument

Completed in 83 milliseconds