/llvm-project/lldb/tools/lldb-server/ |
H A D | LLDBServerUtilities.cpp | 64 llvm::raw_string_ostream error_stream(error); SetupLogging() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 274 error_stream)) in DoExecute() local 204 llvm::raw_string_ostream error_stream(error); DoExecute() local 404 llvm::raw_string_ostream error_stream(error); DoExecute() local
|
H A D | CommandObjectDWIMPrint.cpp | 197 Stream &error_stream = result.GetErrorStream(); DoExecute() local
|
H A D | CommandObjectExpression.cpp | 403 EvaluateExpression(llvm::StringRef expr,Stream & output_stream,Stream & error_stream,CommandReturnObject & result) EvaluateExpression() argument
|
H A D | CommandObjectWatchpointCommand.cpp | 252 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 158 DumpDiagnostics(Stream & error_stream) DumpDiagnostics() argument 273 AddModule(const SourceModule & module,ModuleVector * exported_modules,Stream & error_stream) AddModule() argument 419 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 | IRForTarget.cpp | 75 lldb_private::Stream &error_stream, in IRForTarget() argument 1314 UnfoldConstant(Constant * old_constant,llvm::Function * llvm_function,FunctionValueCache & value_maker,FunctionValueCache & entry_instruction_finder,lldb_private::Stream & error_stream) UnfoldConstant() argument
|
H A D | ClangExpressionParser.cpp | 134 StreamString error_stream; moduleImport() local 1377 StreamString error_stream; DoPrepareForExecution() local
|
H A D | ClangUserExpression.cpp | 373 StreamString error_stream; SetupDeclVendor() local
|
/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 227 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 242 DisableLogChannel(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) DisableLogChannel() argument 257 DumpLogChannel(llvm::StringRef channel,llvm::raw_ostream & output_stream,llvm::raw_ostream & error_stream) DumpLogChannel() argument
|
/llvm-project/lldb/unittests/Utility/ |
H A D | LogTest.cpp | 47 llvm::raw_string_ostream error_stream(error); in EnableChannel() local 56 llvm::raw_string_ostream error_stream(error); in DisableChannel() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointOptions.cpp | 619 StreamSP error_stream(debugger.GetAsyncErrorStream()); BreakpointOptionsCallbackFunction() local
|
/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 160 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
|
/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 1672 llvm::raw_string_ostream error_stream(error); EnableLog() local
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1637 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
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 440 StreamString error_stream; in AttachWaitProcess() local
|