Searched refs:out_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 130 void SBInstructionList::Print(FileSP out_sp) { in Print() argument 131 LLDB_INSTRUMENT_VA(this, out_sp); in Print() 132 if (!out_sp || !out_sp->IsValid()) in Print() 134 StreamFile stream(out_sp); in Print()
|
| H A D | SBInstruction.cpp | 280 void SBInstruction::Print(FileSP out_sp) { in Print() argument 281 LLDB_INSTRUMENT_VA(this, out_sp); in Print() 283 if (!out_sp || !out_sp->IsValid()) in Print() 294 StreamFile out_stream(out_sp); in Print()
|
| H A D | SBDebugger.cpp | 585 const SBEvent &event, FileSP out_sp, in HandleProcessEvent() argument 588 LLDB_INSTRUMENT_VA(this, process, event, out_sp, err_sp); in HandleProcessEvent() 607 if (out_sp) in HandleProcessEvent() 608 out_sp->Write(stdio_buffer, len); in HandleProcessEvent() 627 process.ReportEventState(event, out_sp); in HandleProcessEvent()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 632 FileSP in_sp, FileSP out_sp, in EnterSession() argument 684 if (!in_sp || !out_sp || !err_sp || !*in_sp || !*out_sp || !*err_sp) in EnterSession() 697 if (!SetStdHandle(out_sp, "stdout", m_saved_stdout, "w")) { in EnterSession()
|