Searched refs:out_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 137 void SBInstructionList::Print(FileSP out_sp) { in Print() argument 138 LLDB_RECORD_METHOD(void, SBInstructionList, Print, (FileSP), out_sp); in Print() 139 if (!out_sp || !out_sp->IsValid()) in Print() 141 StreamFile stream(out_sp); in Print()
|
| H A D | SBInstruction.cpp | 270 void SBInstruction::Print(FileSP out_sp) { in Print() argument 271 LLDB_RECORD_METHOD(void, SBInstruction, Print, (FileSP), out_sp); in Print() 273 if (!out_sp || !out_sp->IsValid()) in Print() 284 StreamFile out_stream(out_sp); in Print()
|
| H A D | SBDebugger.cpp | 578 const SBEvent &event, FileSP out_sp, in HandleProcessEvent() argument 584 event, out_sp, err_sp); in HandleProcessEvent() 603 if (out_sp) in HandleProcessEvent() 604 out_sp->Write(stdio_buffer, len); in HandleProcessEvent() 623 process.ReportEventState(event, out_sp); in HandleProcessEvent()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 763 FileSP in_sp, FileSP out_sp, in EnterSession() argument 815 if (!in_sp || !out_sp || !err_sp || !*in_sp || !*out_sp || !*err_sp) in EnterSession() 828 if (!SetStdHandle(out_sp, "stdout", m_saved_stdout, "w")) { in EnterSession()
|