Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp460 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
590 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
641 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
660 data_dict.GetValueForKeyAsArray(GetKey(OptionNames::CUList), cus_array); in CreateFromStructuredData()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp193 if (reg_info_dict.GetValueForKeyAsArray("composite", composite_reg_list)) in ByteOffsetFromRegInfoDict()
206 if (dict.GetValueForKeyAsArray("sets", sets)) { in SetRegisterInfo()
224 if (!dict.GetValueForKeyAsArray("registers", regs)) in SetRegisterInfo()
347 if (reg_info_dict->GetValueForKeyAsArray("invalidate-regs", in SetRegisterInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp129 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
136 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp53 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpoint.cpp200 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData()
229 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
H A DBreakpointOptions.cpp86 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp289 mach_exception->GetValueForKeyAsArray("rawCodes", exc_rawcodes); in CalculateStopInfo()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h499 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1162 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2192 if (!bkpt_dict->GetValueForKeyAsArray("Names", names_array)) in HandleOptionArgumentCompletion()
H A DCommandObjectTarget.cpp2623 separate_debug_info_list->GetValueForKeyAsArray( in DoExecute()