Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDSearchFilter.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-13-stable/contrib/llvm-project/lldb/source/Target/
HDDynamicRegisterInfo.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-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp129 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
136 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
HDBreakpointResolverFileRegex.cpp53 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
HDBreakpoint.cpp200 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData()
229 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
HDBreakpointOptions.cpp86 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedThread.cpp289 mach_exception->GetValueForKeyAsArray("rawCodes", exc_rawcodes); in CalculateStopInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStructuredData.h499 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp1162 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp2192 if (!bkpt_dict->GetValueForKeyAsArray("Names", names_array)) in HandleOptionArgumentCompletion()
HDCommandObjectTarget.cpp2623 separate_debug_info_list->GetValueForKeyAsArray( in DoExecute()