Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp502 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
658 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
723 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
742 data_dict.GetValueForKeyAsArray(GetKey(OptionNames::CUList), cus_array); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp66 if (dict.GetValueForKeyAsArray("sets", sets)) { in SetRegisterInfo()
82 if (!dict.GetValueForKeyAsArray("registers", regs)) in SetRegisterInfo()
219 if (reg_info_dict->GetValueForKeyAsArray("composite", in SetRegisterInfo()
360 if (reg_info_dict->GetValueForKeyAsArray("invalidate-regs", in SetRegisterInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp135 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
142 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp59 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpoint.cpp202 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData()
232 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
H A DBreakpointOptions.cpp92 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h477 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1232 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()