Home
last modified time | relevance | path

Searched defs:ToJSON (Results 1 – 18 of 18) sorted by relevance

/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
H A DPathMappingList.cpp156 llvm::json::Value PathMappingList::ToJSON() { in ToJSON() function in PathMappingList
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
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 DOptionValueBoolean.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 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 DOptionValueUInt64.h41 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueString.h72 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValue.h93 virtual llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) { ToJSON() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
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 DOptionValueFormatEntity.cpp64 OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueFormatEntity
H A DOptionValuePathMappings.cpp38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValuePathMappings
H A DOptionValueArray.cpp78 llvm::json::Value OptionValueArray::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueArray
H A DOptionValueDictionary.cpp91 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueDictionary
H A DOptionValueProperties.cpp338 OptionValueProperties::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueProperties