Home
last modified time | relevance | path

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

/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
H A DProgressEvent.cpp102 json::Value ProgressEvent::ToJSON() const { in ToJSON() function in ProgressEvent
/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
H A DPathMappingList.cpp148 llvm::json::Value PathMappingList::ToJSON() { in ToJSON() function in PathMappingList
/openbsd-src/gnu/llvm/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 DOptionValueChar.h33 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 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 DOptionValueString.h72 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValue.h88 virtual llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function
/openbsd-src/gnu/llvm/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.cpp87 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueDictionary
H A DOptionValueProperties.cpp555 OptionValueProperties::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueProperties