Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.h55 llvm::json::Value ToJSON() const;
/openbsd-src/gnu/llvm/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
94 llvm::json::Value ConstStringStats::ToJSON() const { in ToJSON() function in ConstStringStats
102 json::Value TargetStats::ToJSON(Target &target) { in ToJSON() function in TargetStats
110 {m_expr_eval.name, m_expr_eval.ToJSON()}, in ToJSON()
111 {m_frame_var.name, m_frame_var.ToJSON()}, in ToJSON()
286 json_modules.emplace_back(module_stat.ToJSON()); in ReportStatistics()
291 {"strings", const_string_stats.ToJSON()}, in ReportStatistics()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStatistics.h92 llvm::json::Value ToJSON() const;
100 llvm::json::Value ToJSON() const;
129 llvm::json::Value ToJSON() const;
136 llvm::json::Value ToJSON(Target &target);
H A DPathMappingList.h51 llvm::json::Value ToJSON();
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValuePathMappings
39 return m_path_mappings.ToJSON(); in ToJSON()
H A DOptionValueFormat.cpp29 llvm::json::Value OptionValueFormat::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueFormat
H A DOptionValueLanguage.cpp32 llvm::json::Value OptionValueLanguage::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueLanguage
H A DOptionValueArray.cpp78 llvm::json::Value OptionValueArray::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueArray
82 json_array.emplace_back(m_values[i]->ToJSON(exe_ctx)); in ToJSON()
H A DOptionValueDictionary.cpp87 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueDictionary
90 dict.try_emplace(value.first.GetCString(), value.second->ToJSON(exe_ctx)); in ToJSON()
H A DOptionValueFormatEntity.cpp64 OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueFormatEntity
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueUUID.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueRegex.h31 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueChar.h33 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueFormatEntity.h31 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueFormat.h34 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueLanguage.h36 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueBoolean.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueUInt64.h41 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueFileSpec.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueSInt64.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueDictionary.h37 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueArray.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;

12