Home
last modified time | relevance | path

Searched refs:error_stream (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp63 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 DClangModulesDeclVendor.h59 Stream &error_stream) = 0;
82 Stream &error_stream) = 0;
H A DIRForTarget.h87 lldb_private::Stream &error_stream,
389 lldb_private::Stream &error_stream);
H A DIRForTarget.cpp75 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 DClangUserExpression.cpp374 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 DClangExpressionSourceCode.cpp388 StreamString error_stream; in GetText() local
391 *sc.comp_unit, modules_for_macros, error_stream); in GetText()
H A DClangExpressionParser.cpp134 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 DLLDBServerUtilities.cpp64 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 DLog.cpp226 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 DCommandObjectExpression.cpp415 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 DCommandObjectLog.cpp204 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 DCommandObjectDWIMPrint.cpp183 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 DCommandObjectExpression.h91 Stream &error_stream, CommandReturnObject &result);
H A DCommandObjectWatchpointCommand.cpp264 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 DClangSrcLocDump.cpp126 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 DLog.h184 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 DTooling.cpp160 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 DBreakpointOptions.cpp627 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 DDebugger.h248 llvm::raw_ostream &error_stream);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp440 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 DDebugger.cpp1597 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 DSBDebugger.cpp1672 llvm::raw_string_ostream error_stream(error); in EnableLog() local
1675 eLogHandlerStream, error_stream); in EnableLog()