Searched refs:out_sp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBInstructionList.cpp | 128 void SBInstructionList::Print(FileSP out_sp) { in Print() argument 129 LLDB_INSTRUMENT_VA(this, out_sp); in Print() 130 if (!out_sp || !out_sp->IsValid()) in Print() 132 StreamFile stream(out_sp); in Print()
|
H A D | SBInstruction.cpp | 281 void SBInstruction::Print(FileSP out_sp) { in Print() argument 282 LLDB_INSTRUMENT_VA(this, out_sp); in Print() 284 if (!out_sp || !out_sp->IsValid()) in Print() 295 StreamFile out_stream(out_sp); in Print()
|
H A D | SBDebugger.cpp | 628 const SBEvent &event, FileSP out_sp, in HandleProcessEvent() argument 631 LLDB_INSTRUMENT_VA(this, process, event, out_sp, err_sp); in HandleProcessEvent() 650 if (out_sp) in HandleProcessEvent() 651 out_sp->Write(stdio_buffer, len); in HandleProcessEvent() 670 process.ReportEventState(event, out_sp); in HandleProcessEvent()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 652 FileSP in_sp, FileSP out_sp, in EnterSession() argument 704 if (!in_sp || !out_sp || !err_sp || !*in_sp || !*out_sp || !*err_sp) in EnterSession() 717 if (!SetStdHandle(out_sp, "stdout", m_saved_stdout, "w")) { in EnterSession()
|