Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp36 json::Value StatsSuccessFail::ToJSON() const { in ToJSON() function in StatsSuccessFail
52 json::Value ModuleStats::ToJSON() const { in ToJSON() function in ModuleStats
109 llvm::json::Value ConstStringStats::ToJSON() const { in ToJSON() function in ConstStringStats
118 TargetStats::ToJSON(Target &target, in ToJSON() function in TargetStats
131 target_metrics_json.try_emplace(m_expr_eval.name, m_expr_eval.ToJSON()); in ToJSON()
132 target_metrics_json.try_emplace(m_frame_var.name, m_frame_var.ToJSON()); in ToJSON()
212 target.GetSummaryStatisticsCache().ToJSON()); in ToJSON()
415 json_modules.emplace_back(module_stat.ToJSON()); in ReportStatistics()
461 {"strings", const_string_stats.ToJSON()}, in ReportStatistics()
511 llvm::json::Value SummaryStatistics::ToJSON() const { in ToJSON() function in SummaryStatistics
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h120 llvm::json::Value ToJSON() const;
128 llvm::json::Value ToJSON() const;
161 llvm::json::Value ToJSON() const;
233 llvm::json::Value ToJSON() const;
284 llvm::json::Value ToJSON();
296 llvm::json::Value ToJSON(Target &target,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp45 OptionValueFileSpecList::ToJSON(const ExecutionContext *exe_ctx) const { in ToJSON() function in OptionValueFileSpecList
49 array.emplace_back(file_spec.ToJSON()); in ToJSON()
H A DOptionValuePathMappings.cpp38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) const { in ToJSON() function in OptionValuePathMappings
39 return m_path_mappings.ToJSON(); in ToJSON()
H A DOptionValueFormat.cpp30 OptionValueFormat::ToJSON(const ExecutionContext *exe_ctx) const { in ToJSON() function in OptionValueFormat
H A DOptionValueArch.cpp37 OptionValueArch::ToJSON(const ExecutionContext *exe_ctx) const { in ToJSON() function in OptionValueArch
H A DOptionValueLanguage.cpp33 OptionValueLanguage::ToJSON(const ExecutionContext *exe_ctx) const { in ToJSON() function in OptionValueLanguage
H A DOptionValueArray.cpp79 OptionValueArray::ToJSON(const ExecutionContext *exe_ctx) const { in ToJSON() function in OptionValueArray
83 json_array.emplace_back(m_values[i]->ToJSON(exe_ctx)); in ToJSON()
H A DOptionValueProperties.cpp338 OptionValueProperties::ToJSON(const ExecutionContext *exe_ctx) const { 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueUUID.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override { in ToJSON() function
H A DOptionValueFormatEntity.h29 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueChar.h33 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override { in ToJSON() function
H A DOptionValueRegex.h31 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override { in ToJSON() function
H A DOptionValueFormat.h34 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueLanguage.h36 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueFileColonLine.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueBoolean.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override { in ToJSON() function
H A DOptionValueEnumeration.h44 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueArch.h41 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueFileSpecList.h36 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueFileSpec.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override { in ToJSON() function
H A DOptionValueSInt64.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override { in ToJSON() function
H A DOptionValueDictionary.h37 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override;
H A DOptionValueUInt64.h41 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) const override { in ToJSON() function

12