/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | LLDBServerUtilities.cpp | 64 llvm::raw_string_ostream error_stream(error); in SetupLogging() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 204 llvm::raw_string_ostream error_stream(error); in DoExecute() local 274 llvm::raw_string_ostream error_stream(error); in DoExecute() local 428 llvm::raw_string_ostream error_stream(error); DoExecute() local
|
H A D | CommandObjectDWIMPrint.cpp | 183 Stream &error_stream = result.GetErrorStream(); DoExecute() local
|
H A D | CommandObjectWatchpointCommand.cpp | 264 StreamSP error_stream(debugger.GetAsyncErrorStream()); WatchpointOptionsCallbackFunction() local
|
H A D | CommandObjectExpression.cpp | 415 EvaluateExpression(llvm::StringRef expr,Stream & output_stream,Stream & error_stream,CommandReturnObject & result) EvaluateExpression() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 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 D | ClangExpressionSourceCode.cpp | 388 StreamString error_stream; in GetText() local
|
H A D | ClangExpressionParser.cpp | 134 StreamString error_stream; in moduleImport() local 1374 StreamString error_stream; PrepareForExecution() local
|
H A D | IRForTarget.cpp | 75 lldb_private::Stream &error_stream, in IRForTarget() argument 1314 lldb_private::Stream &error_stream) { in UnfoldConstant() argument
|
H A D | ClangUserExpression.cpp | 374 StreamString error_stream; SetupDeclVendor() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 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 D | ClangSrcLocDump.cpp |
|
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointOptions.cpp | 627 StreamSP error_stream(debugger.GetAsyncErrorStream()); BreakpointOptionsCallbackFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 160 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 1672 llvm::raw_string_ostream error_stream(error); in EnableLog() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 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/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 440 StreamString error_stream; in AttachWaitProcess() local
|