Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp471 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
607 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
658 bool success = data_dict.GetValueForKeyAsArray(GetKey(OptionNames::ModList), in CreateFromStructuredData()
677 data_dict.GetValueForKeyAsArray(GetKey(OptionNames::CUList), cus_array); in CreateFromStructuredData()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp65 if (dict.GetValueForKeyAsArray("sets", sets)) { in SetRegisterInfo()
81 if (!dict.GetValueForKeyAsArray("registers", regs)) in SetRegisterInfo()
207 if (reg_info_dict->GetValueForKeyAsArray("composite", in SetRegisterInfo()
348 if (reg_info_dict->GetValueForKeyAsArray("invalidate-regs", in SetRegisterInfo()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverName.cpp131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
DBreakpointResolverFileRegex.cpp54 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
DBreakpoint.cpp208 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData()
238 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
DBreakpointOptions.cpp91 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h478 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1188 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp2192 if (!bkpt_dict->GetValueForKeyAsArray("Names", names_array)) in HandleOptionArgumentCompletion()