Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp56 void DumpDiagnostics(Stream &error_stream);
96 Stream &error_stream) override;
99 Stream &error_stream) override;
161 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in DumpDiagnostics() argument
165 error_stream.PutCString(diag.second); in DumpDiagnostics()
166 error_stream.PutChar('\n'); in DumpDiagnostics()
278 Stream &error_stream) { in AddModule() argument
282 error_stream.PutCString("error: Couldn't load a module because the module " in AddModule()
319 error_stream.Printf("error: No module map file in %s\n", in AddModule()
338 error_stream.Printf("error: Header search couldn't locate module '%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()
1315 lldb_private::Stream &error_stream) { in UnfoldConstant() argument
1332 error_stream.Printf("error [IRForTarget internal]: Unhandled " in UnfoldConstant()
1355 entry_instruction_finder, error_stream)) in UnfoldConstant()
1391 entry_instruction_finder, error_stream)) in UnfoldConstant()
1396 error_stream.Printf( in UnfoldConstant()
1404 error_stream.PutCString("error: Capturing non-local variables in " in UnfoldConstant()
1411 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()
387 diagnostic_manager.PutString(lldb::eSeverityInfo, error_stream.GetString()); in SetupDeclVendor()
H A DClangExpressionSourceCode.cpp387 StreamString error_stream; in GetText() local
390 *sc.comp_unit, modules_for_macros, error_stream); in GetText()
H A DClangExpressionParser.cpp143 StreamString error_stream; in moduleImport() local
1555 StreamString error_stream; in DoPrepareForExecution() local
1557 *execution_unit_sp, error_stream, in DoPrepareForExecution()
1561 err = Status(error_stream.GetString().str()); in DoPrepareForExecution()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp237 llvm::raw_ostream &error_stream) { in EnableLogChannel() argument
240 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in EnableLogChannel()
245 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
253 llvm::raw_ostream &error_stream) { in DisableLogChannel() argument
256 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel()
261 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
269 llvm::raw_ostream &error_stream) { in DumpLogChannel() argument
272 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DumpLogChannel()
276 error_stream << llvm::formatv( in DumpLogChannel()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp404 Stream &error_stream, in EvaluateExpression() argument
434 error_stream << " Evaluated this expression after applying Fix-It(s):\n"; in EvaluateExpression()
435 error_stream << " " << m_fixed_expression << "\n"; in EvaluateExpression()
487 error_stream.PutCString("(void)\n"); in EvaluateExpression()
497 error_stream.Printf("error: unknown error\n"); in EvaluateExpression()
509 StreamSP error_stream = in IOHandlerInputComplete() local
514 EvaluateExpression(line.c_str(), *output_stream, *error_stream, return_obj); in IOHandlerInputComplete()
517 *error_stream << return_obj.GetErrorString(); in IOHandlerInputComplete()
H A DCommandObjectLog.cpp202 llvm::raw_string_ostream error_stream(error); in DoExecute() local
206 error_stream); in DoExecute()
272 llvm::raw_string_ostream error_stream(error); in DoExecute() local
274 error_stream)) in DoExecute()
403 llvm::raw_string_ostream error_stream(error); in DoExecute() local
404 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute()
H A DCommandObjectDWIMPrint.cpp227 Stream &error_stream = result.GetErrorStream(); in DoExecute() local
228 error_stream << " Evaluated this expression after applying Fix-It(s):\n"; in DoExecute()
229 error_stream << " " << fixed_expression << "\n"; in DoExecute()
H A DCommandObjectExpression.h83 /// \param error_stream Contains error messages that should be displayed to
91 Stream &error_stream, CommandReturnObject &result);
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp66 llvm::raw_string_ostream error_stream(error); in SetupLogging() local
73 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h201 llvm::raw_ostream &error_stream);
205 llvm::raw_ostream &error_stream);
209 llvm::raw_ostream &error_stream);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp157 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
158 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
160 << error_stream.str(); in getCC1Arguments()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h238 llvm::raw_ostream &error_stream);
/freebsd/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 = Status(error_stream.GetString().str()); in AttachWaitProcess()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1808 llvm::raw_ostream &error_stream) { in EnableLog() argument
1834 error_stream << "Unable to open log file '" << log_file in EnableLog()
1851 error_stream); in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1669 llvm::raw_string_ostream error_stream(error); in EnableLog() local
1672 eLogHandlerStream, error_stream); in EnableLog()