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

12

/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
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 DRunInTerminal.cpp45 json::Value RunInTerminalMessagePid::ToJSON() const { function in class:lldb_vscode::RunInTerminalMessagePid
52 json::Value RunInTerminalMessageError::ToJSON() const { function in class:lldb_vscode::RunInTerminalMessageError
59 json::Value RunInTerminalMessageDidAttach::ToJSON() const { function in class:lldb_vscode::RunInTerminalMessageDidAttach
98 JSONToString(message.ToJSON()));
118 return m_io.SendJSON(RunInTerminalMessagePid(getpid()).ToJSON());
122 if (Error err = m_io.SendJSON(RunInTerminalMessageError(error).ToJSON(),
137 m_io.SendJSON(RunInTerminalMessageDidAttach().ToJSON()))
H A DProgressEvent.h55 llvm::json::Value ToJSON() const;
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueChar.h33 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override {
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 {
H A DOptionValueFileSpec.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override {
H A DOptionValueFormatEntity.h31 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueLanguage.h36 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueFormat.h34 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueRegex.h31 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override {
H A DOptionValueSInt64.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override {
H A DOptionValueUInt64.h41 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override {
H A DOptionValueBoolean.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override {
H A DOptionValueDictionary.h37 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueString.h72 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override {
H A DOptionValueArray.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
/openbsd-current/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-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFormat.cpp29 llvm::json::Value OptionValueFormat::ToJSON(const ExecutionContext *exe_ctx) { function in class:OptionValueFormat
H A DOptionValueLanguage.cpp32 llvm::json::Value OptionValueLanguage::ToJSON(const ExecutionContext *exe_ctx) { function in class:OptionValueLanguage
H A DOptionValuePathMappings.cpp38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) { function in class:OptionValuePathMappings
39 return m_path_mappings.ToJSON();
H A DOptionValueFormatEntity.cpp64 OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) { function in class:OptionValueFormatEntity
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp32 json::Value StatsSuccessFail::ToJSON() const { function in class:StatsSuccessFail
48 json::Value ModuleStats::ToJSON() const { function in class:ModuleStats
94 llvm::json::Value ConstStringStats::ToJSON() const { function in class:ConstStringStats
102 json::Value TargetStats::ToJSON(Target &target) { function in class:TargetStats
110 {m_expr_eval.name, m_expr_eval.ToJSON()},
111 {m_frame_var.name, m_frame_var.ToJSON()},
286 json_modules.emplace_back(module_stat.ToJSON());
291 {"strings", const_string_stats.ToJSON()},
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DUserSettingsController.cpp63 llvm::json::Value json = properties_sp->ToJSON(exe_ctx);

Completed in 381 milliseconds

12