| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 63 void DumpDiagnostics(Stream &error_stream); 102 Stream &error_stream) override; 105 Stream &error_stream) override; 173 error_stream.PutCString(diag.second); in DumpDiagnostics() 174 error_stream.PutChar('\n'); in DumpDiagnostics() 284 Stream &error_stream) { in AddModule() argument 325 error_stream.Printf("error: No module map file in %s\n", in AddModule() 375 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule() 386 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule() 387 error_stream.Printf("error: Couldn't load submodule %s\n", in AddModule() [all …]
|
| H A D | ClangModulesDeclVendor.h | 59 Stream &error_stream) = 0; 82 Stream &error_stream) = 0;
|
| H A D | IRForTarget.h | 87 lldb_private::Stream &error_stream, 389 lldb_private::Stream &error_stream);
|
| H A D | IRForTarget.cpp | 75 lldb_private::Stream &error_stream, in IRForTarget() argument 78 m_decl_map(decl_map), m_error_stream(error_stream), in IRForTarget() 1314 lldb_private::Stream &error_stream) { in UnfoldConstant() argument 1331 error_stream.Printf("error [IRForTarget internal]: Unhandled " in UnfoldConstant() 1352 entry_instruction_finder, error_stream)) in UnfoldConstant() 1387 entry_instruction_finder, error_stream)) in UnfoldConstant() 1392 error_stream.Printf( in UnfoldConstant() 1400 error_stream.PutCString("error: Capturing non-local variables in " in UnfoldConstant() 1407 error_stream.Printf( in UnfoldConstant()
|
| H A D | ClangUserExpression.cpp | 374 StreamString error_stream; in SetupDeclVendor() local 379 error_stream)) in SetupDeclVendor() 383 if (!error_stream.Empty()) { in SetupDeclVendor() 388 error_stream.GetString()); in SetupDeclVendor()
|
| H A D | ClangExpressionSourceCode.cpp | 388 StreamString error_stream; in GetText() local 391 *sc.comp_unit, modules_for_macros, error_stream); in GetText()
|
| H A D | ClangExpressionParser.cpp | 134 StreamString error_stream; in moduleImport() local 1374 StreamString error_stream; in PrepareForExecution() local 1376 *execution_unit_sp, error_stream, in PrepareForExecution() 1380 err.SetErrorString(error_stream.GetString()); in PrepareForExecution()
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 64 llvm::raw_string_ostream error_stream(error); in SetupLogging() local 71 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging() 74 channel, error_stream.str()); in SetupLogging()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 226 llvm::raw_ostream &error_stream) { in EnableLogChannel() argument 229 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in EnableLogChannel() 234 : GetFlags(error_stream, *iter, categories); in EnableLogChannel() 241 llvm::raw_ostream &error_stream) { in DisableLogChannel() argument 244 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel() 249 : GetFlags(error_stream, *iter, categories); in DisableLogChannel() 256 llvm::raw_ostream &error_stream) { in DumpLogChannel() argument 259 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DumpLogChannel() 263 error_stream << llvm::formatv( in DumpLogChannel()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 415 Stream &error_stream, in EvaluateExpression() argument 445 error_stream << " Evaluated this expression after applying Fix-It(s):\n"; in EvaluateExpression() 446 error_stream << " " << m_fixed_expression << "\n"; in EvaluateExpression() 492 error_stream.PutCString("(void)\n"); in EvaluateExpression() 502 error_stream.PutCString("error: "); in EvaluateExpression() 503 error_stream.Write(error_cstr, error_cstr_len); in EvaluateExpression() 505 error_stream.EOL(); in EvaluateExpression() 507 error_stream.PutCString("error: unknown error\n"); in EvaluateExpression() 514 error_stream.Printf("error: unknown error\n"); in EvaluateExpression()
|
| H A D | CommandObjectLog.cpp | 204 llvm::raw_string_ostream error_stream(error); in DoExecute() local 208 error_stream); in DoExecute() 209 result.GetErrorStream() << error_stream.str(); in DoExecute() 274 llvm::raw_string_ostream error_stream(error); in DoExecute() local 276 error_stream)) in DoExecute() 278 result.GetErrorStream() << error_stream.str(); in DoExecute() 428 llvm::raw_string_ostream error_stream(error); in DoExecute() local 429 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute() 433 result.GetErrorStream() << error_stream.str(); in DoExecute()
|
| H A D | CommandObjectDWIMPrint.cpp | 183 Stream &error_stream = result.GetErrorStream(); in DoExecute() local 184 error_stream << " Evaluated this expression after applying Fix-It(s):\n"; in DoExecute() 185 error_stream << " " << fixed_expression << "\n"; in DoExecute()
|
| H A D | CommandObjectExpression.h | 91 Stream &error_stream, CommandReturnObject &result);
|
| H A D | CommandObjectWatchpointCommand.cpp | 264 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local 266 result.SetImmediateErrorStream(error_stream); in WatchpointOptionsCallbackFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 126 llvm::raw_svector_ostream error_stream(error_msg); in main() local 127 Jobs.Print(error_stream, "; ", true); in main()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Log.h | 184 llvm::raw_ostream &error_stream); 188 llvm::raw_ostream &error_stream); 192 llvm::raw_ostream &error_stream);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 160 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local 161 Jobs.Print(error_stream, "; ", true); in getCC1Arguments() 163 << error_stream.str(); in getCC1Arguments()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 627 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local 629 result.SetImmediateErrorStream(error_stream); in BreakpointOptionsCallbackFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 248 llvm::raw_ostream &error_stream);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 440 StreamString error_stream; in AttachWaitProcess() local 441 error_stream.Format( in AttachWaitProcess() 445 error_stream.Format("{0}, ", loop_process_list[i].GetProcessID()); in AttachWaitProcess() 447 error_stream.Format("{0}.", loop_process_list.back().GetProcessID()); in AttachWaitProcess() 450 error.SetErrorString(error_stream.GetString()); in AttachWaitProcess()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1597 llvm::raw_ostream &error_stream) { in EnableLog() argument 1623 error_stream << "Unable to open log file '" << log_file in EnableLog() 1640 error_stream); in EnableLog()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1672 llvm::raw_string_ostream error_stream(error); in EnableLog() local 1675 eLogHandlerStream, error_stream); in EnableLog()
|