Home
last modified time | relevance | path

Searched refs:GetValueForKeyAsString (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h423 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
435 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, in GetValueForKeyAsString() function
437 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
447 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
459 bool GetValueForKeyAsString(llvm::StringRef key, ConstString &result, in GetValueForKeyAsString() function
461 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp41 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData()
45 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
H A DProcess.cpp5994 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp107 if (!reg_info_dict->GetValueForKeyAsString("name", name_val, nullptr)) { in SetRegisterInfo()
114 reg_info_dict->GetValueForKeyAsString("alt-name", alt_name_val, nullptr); in SetRegisterInfo()
130 if (reg_info_dict->GetValueForKeyAsString("slice", slice_str, nullptr)) { in SetRegisterInfo()
273 if (reg_info_dict->GetValueForKeyAsString("dynamic_size_dwarf_expr_bytes", in SetRegisterInfo()
292 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo()
307 if (reg_info_dict->GetValueForKeyAsString("encoding", encoding_str)) in SetRegisterInfo()
337 if (reg_info_dict->GetValueForKeyAsString("generic", generic_str)) in SetRegisterInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1165 if (!dictionary->GetValueForKeyAsString("type", type_name)) { in GetDescription()
1714 if (event.GetValueForKeyAsString("activity-chain", activity_chain) && in DumpHeader()
1729 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader()
1741 if (event.GetValueForKeyAsString("category", category) && in DumpHeader()
1761 if (!event.GetValueForKeyAsString("type", event_type)) { in HandleDisplayOfEvent()
1774 if (!event.GetValueForKeyAsString("message", message)) in HandleDisplayOfEvent()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp245 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo()
246 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp54 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp35 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileLine.cpp41 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
H A DBreakpointOptions.cpp73 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
290 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
H A DBreakpointResolver.cpp80 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp186 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1112 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo()
1113 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
H A DGDBRemoteCommunicationClient.cpp3712 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec()
3725 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec()
3729 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
H A DProcessGDBRemote.cpp2119 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp89 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp776 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()