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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp43 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name);
47 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName),
H A DProcess.cpp5941 if (!dictionary->GetValueForKeyAsString("type", type_name))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h423 bool GetValueForKeyAsString(llvm::StringRef key, function in class:Dictionary
435 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, function in class:Dictionary
437 bool success = GetValueForKeyAsString(key, result);
447 bool GetValueForKeyAsString(llvm::StringRef key, function in class:Dictionary
459 bool GetValueForKeyAsString(llvm::StringRef key, ConstString &result, function in class:Dictionary
461 bool success = GetValueForKeyAsString(key, result);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp107 if (!reg_info_dict->GetValueForKeyAsString("name", name_val, nullptr)) {
114 reg_info_dict->GetValueForKeyAsString("alt-name", alt_name_val, nullptr);
130 if (reg_info_dict->GetValueForKeyAsString("slice", slice_str, nullptr)) {
275 if (reg_info_dict->GetValueForKeyAsString("dynamic_size_dwarf_expr_bytes",
294 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) {
309 if (reg_info_dict->GetValueForKeyAsString("encoding", encoding_str))
339 if (reg_info_dict->GetValueForKeyAsString("generic", generic_str))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp56 success = options_dict.GetValueForKeyAsString(
H A DBreakpointResolverScripted.cpp70 success = options_dict.GetValueForKeyAsString(
H A DBreakpointResolverName.cpp98 bool success = options_dict.GetValueForKeyAsString(
126 success = options_dict.GetValueForKeyAsString(
H A DBreakpointResolverFileLine.cpp46 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName),
H A DBreakpointResolverFileRegex.cpp37 success = options_dict.GetValueForKeyAsString(
H A DBreakpointOptions.cpp73 success = options_dict.GetValueForKeyAsString(
289 success = options_dict.GetValueForKeyAsString(key, condition_ref);
H A DBreakpointResolver.cpp80 bool success = resolver_dict.GetValueForKeyAsString(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp243 thread_dict.GetValueForKeyAsString("name", name);
244 thread_dict.GetValueForKeyAsString("queue", queue);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1169 if (!dictionary->GetValueForKeyAsString("type", type_name)) {
1718 if (event.GetValueForKeyAsString("activity-chain", activity_chain) &&
1733 if (event.GetValueForKeyAsString("subsystem", subsystem) &&
1745 if (event.GetValueForKeyAsString("category", category) &&
1765 if (!event.GetValueForKeyAsString("type", event_type)) {
1778 if (!event.GetValueForKeyAsString("message", message))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp190 report->GetAsDictionary()->GetValueForKeyAsString("description",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1147 if (!query->GetValueForKeyAsString("file", file) ||
1148 !query->GetValueForKeyAsString("triple", triple))
H A DGDBRemoteCommunicationClient.cpp3608 if (!dict->GetValueForKeyAsString("uuid", string))
3622 if (!dict->GetValueForKeyAsString("triple", string))
3626 if (!dict->GetValueForKeyAsString("file_path", string))
H A DProcessGDBRemote.cpp2105 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp753 if (!dict->GetValueForKeyAsString("name", name))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp88 bool success = filter_dict.GetValueForKeyAsString(

Completed in 625 milliseconds