Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp35 json::Value StatsSuccessFail::ToJSON() const { in ToJSON() function in StatsSuccessFail
51 json::Value ModuleStats::ToJSON() const { in ToJSON() function in ModuleStats
97 llvm::json::Value ConstStringStats::ToJSON() const { in ToJSON() function in ConstStringStats
106 TargetStats::ToJSON(Target &target, in ToJSON() function in TargetStats
119 target_metrics_json.try_emplace(m_expr_eval.name, m_expr_eval.ToJSON()); in ToJSON()
120 target_metrics_json.try_emplace(m_frame_var.name, m_frame_var.ToJSON()); in ToJSON()
331 json_modules.emplace_back(module_stat.ToJSON()); in ReportStatistics()
366 {"strings", const_string_stats.ToJSON()}, in ReportStatistics()
/freebsd/contrib/llvm-project/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;
180 llvm::json::Value ToJSON(Target &target,
H A DPathMappingList.h53 llvm::json::Value ToJSON();
/freebsd/contrib/llvm-project/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 DOptionValueProperties.cpp338 OptionValueProperties::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueProperties
347 option_value->ToJSON(exe_ctx)); in ToJSON()
370 llvm::formatv("{0:2}", value_sp->ToJSON(exe_ctx)).str().c_str()); in DumpPropertyValue()
H A DOptionValueDictionary.cpp91 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueDictionary
94 dict.try_emplace(value.first(), value.second->ToJSON(exe_ctx)); in ToJSON()
H A DOptionValueFormatEntity.cpp64 OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueFormatEntity
/freebsd/contrib/llvm-project/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 DOptionValueChar.h33 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 DOptionValueFormatEntity.h31 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 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 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 DOptionValueUInt64.h41 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueArray.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueString.h72 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp69 llvm::json::Value json = properties_sp->ToJSON(exe_ctx); in DumpAllDescriptions()

12