Home
last modified time | relevance | path

Searched refs:ToJSON (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp45 json::Value RunInTerminalMessagePid::ToJSON() const { in ToJSON() function in lldb_vscode::RunInTerminalMessagePid
52 json::Value RunInTerminalMessageError::ToJSON() const { in ToJSON() function in lldb_vscode::RunInTerminalMessageError
59 json::Value RunInTerminalMessageDidAttach::ToJSON() const { in ToJSON() function in lldb_vscode::RunInTerminalMessageDidAttach
98 JSONToString(message.ToJSON())); in ToError()
118 return m_io.SendJSON(RunInTerminalMessagePid(getpid()).ToJSON()); in NotifyPid()
122 if (Error err = m_io.SendJSON(RunInTerminalMessageError(error).ToJSON(), in NotifyError()
137 m_io.SendJSON(RunInTerminalMessageDidAttach().ToJSON())) in NotifyDidAttach()
H A DRunInTerminal.h36 virtual llvm::json::Value ToJSON() const = 0;
50 llvm::json::Value ToJSON() const override;
58 llvm::json::Value ToJSON() const override;
66 llvm::json::Value ToJSON() const override;
H A DProgressEvent.h54 llvm::json::Value ToJSON() const;
H A DProgressEvent.cpp101 json::Value ProgressEvent::ToJSON() const { in ToJSON() function in ProgressEvent
H A DVSCode.cpp45 [&](const ProgressEvent &event) { SendJSON(event.ToJSON()); }) { in __anon33c0155f0102()
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp32 json::Value StatsSuccessFail::ToJSON() const { in ToJSON() function in StatsSuccessFail
48 json::Value ModuleStats::ToJSON() const { in ToJSON() function in ModuleStats
79 llvm::json::Value ConstStringStats::ToJSON() const { in ToJSON() function in ConstStringStats
87 json::Value TargetStats::ToJSON(Target &target) { in ToJSON() function in TargetStats
95 {m_expr_eval.name, m_expr_eval.ToJSON()}, in ToJSON()
96 {m_frame_var.name, m_frame_var.ToJSON()}, in ToJSON()
250 json_modules.emplace_back(module_stat.ToJSON()); in ReportStatistics()
255 {"strings", const_string_stats.ToJSON()}, in ReportStatistics()
H A DTarget.cpp4739 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } in ReportStatistics()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h90 llvm::json::Value ToJSON() const;
98 llvm::json::Value ToJSON() const;
124 llvm::json::Value ToJSON() const;
131 llvm::json::Value ToJSON(Target &target);