Searched refs:GetValueForKeyAsArray (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp133 success = options_dict.GetValueForKeyAsArray(
140 success = options_dict.GetValueForKeyAsArray(
H A DBreakpointResolverFileRegex.cpp56 success = options_dict.GetValueForKeyAsArray(
H A DBreakpoint.cpp198 success = breakpoint_dict->GetValueForKeyAsArray(
228 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array);
H A DBreakpointOptions.cpp91 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp65 if (dict.GetValueForKeyAsArray("sets", sets)) {
81 if (!dict.GetValueForKeyAsArray("registers", regs))
209 if (reg_info_dict->GetValueForKeyAsArray("composite",
350 if (reg_info_dict->GetValueForKeyAsArray("invalidate-regs",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp478 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList),
623 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList),
674 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList),
693 data_dict.GetValueForKeyAsArray(GetKey(OptionNames::CUList), cus_array);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h478 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { function in class:Dictionary
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1186 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) {

Completed in 86 milliseconds