Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp55 void DumpDiagnostics(Stream &error_stream);
93 Stream &error_stream) override;
96 Stream &error_stream) override;
158 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in HandleDiagnostic()
162 error_stream.PutCString(diag.second); in HandleDiagnostic()
163 error_stream.PutChar('\n'); in HandleDiagnostic()
273 Stream &error_stream) { in ReportModuleExports()
277 error_stream.PutCString("error: Couldn't load a module because the module " in ReportModuleExports()
314 error_stream.Printf("error: No module map file in %s\n", in AddModule()
333 error_stream in AddModule()
169 DumpDiagnostics(Stream & error_stream) DumpDiagnostics() argument
284 AddModule(const SourceModule & module,ModuleVector * exported_modules,Stream & error_stream) AddModule() argument
430 AddModulesForCompileUnit(CompileUnit & cu,ClangModulesDeclVendor::ModuleVector & exported_modules,Stream & error_stream) AddModulesForCompileUnit() argument
[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.cpp373 StreamString error_stream; in SetupDeclVendor()
378 error_stream)) in SetupDeclVendor()
382 if (!error_stream.Empty()) { in SetupDeclVendor()
386 diagnostic_manager.PutString(lldb::eSeverityInfo, error_stream.GetString()); in SetupDeclVendor()
374 StreamString error_stream; SetupDeclVendor() local
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
1377 StreamString error_stream; in PrepareForExecution()
1379 *execution_unit_sp, error_stream, in PrepareForExecution()
1383 err.SetErrorString(error_stream.GetString()); in PrepareForExecution()
1374 StreamString error_stream; PrepareForExecution() local
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp403 Stream &error_stream, in CanBeUsedForElementCountPrinting()
433 error_stream << " Evaluated this expression after applying Fix-It(s):\n"; in EvaluateExpression()
434 error_stream << " " << m_fixed_expression << "\n"; in EvaluateExpression()
484 error_stream.PutCString("(void)\n"); in EvaluateExpression()
494 error_stream.PutCString("error: "); in EvaluateExpression()
495 error_stream.Write(error_cstr, error_cstr_len); in EvaluateExpression()
497 error_stream.EOL(); in EvaluateExpression()
499 error_stream.PutCString("error: unknown error\n"); in EvaluateExpression()
506 error_stream.Printf("error: unknown error\n"); in EvaluateExpression()
415 EvaluateExpression(llvm::StringRef expr,Stream & output_stream,Stream & error_stream,CommandReturnObject & result) EvaluateExpression() argument
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()
404 llvm::raw_string_ostream error_stream(error); in DoExecute()
405 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute()
409 result.GetErrorStream() << error_stream.str(); in DoExecute()
428 llvm::raw_string_ostream error_stream(error); DoExecute() local
H A DCommandObjectDWIMPrint.cpp197 Stream &error_stream = result.GetErrorStream(); in DoExecute()
198 error_stream << " Evaluated this expression after applying Fix-It(s):\n"; in DoExecute()
199 error_stream << " " << fixed_expression << "\n"; in DoExecute()
183 Stream &error_stream = result.GetErrorStream(); DoExecute() local
H A DCommandObjectExpression.h91 Stream &error_stream, CommandReturnObject &result);
H A DCommandObjectWatchpointCommand.cpp252 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
254 result.SetImmediateErrorStream(error_stream); in WatchpointOptionsCallbackFunction()
264 StreamSP error_stream(debugger.GetAsyncErrorStream()); WatchpointOptionsCallbackFunction() local
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp227 llvm::raw_ostream &error_stream) { in EnableLogChannel()
230 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in EnableLogChannel()
235 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
242 llvm::raw_ostream &error_stream) { in DisableLogChannel()
245 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel()
250 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
257 llvm::raw_ostream &error_stream) { in DumpLogChannel()
260 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DumpLogChannel()
264 error_stream << llvm::formatv( in DumpLogChannel()
226 EnableLogChannel(const std::shared_ptr<LogHandler> & log_handler_sp,uint32_t log_options,llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) EnableLogChannel() argument
241 DisableLogChannel(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) DisableLogChannel() argument
256 DumpLogChannel(llvm::StringRef channel,llvm::raw_ostream & output_stream,llvm::raw_ostream & error_stream) DumpLogChannel() argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp619 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
621 result.SetImmediateErrorStream(error_stream); in BreakpointOptionsCallbackFunction()
627 StreamSP error_stream(debugger.GetAsyncErrorStream()); BreakpointOptionsCallbackFunction() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h241 llvm::raw_ostream &error_stream);
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1637 llvm::raw_ostream &error_stream) { in EnableLog()
1663 error_stream << "Unable to open log file '" << log_file in GetSourceManager()
1680 error_stream); in HandleBreakpointEvent()
1597 EnableLog(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::StringRef log_file,uint32_t log_options,size_t buffer_size,LogHandlerKind log_handler_kind,llvm::raw_ostream & error_stream) EnableLog() argument
/freebsd-src/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()