Searched refs:GetValueForKeyAsArray (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | SearchFilter.cpp | 471 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/ |
D | DynamicRegisterInfo.cpp | 65 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/ |
D | BreakpointResolverName.cpp | 131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData() 138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
|
D | BreakpointResolverFileRegex.cpp | 54 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
|
D | Breakpoint.cpp | 208 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData() 238 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
|
D | BreakpointOptions.cpp | 91 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StructuredData.h | 478 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1188 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 2192 if (!bkpt_dict->GetValueForKeyAsArray("Names", names_array)) in HandleOptionArgumentCompletion()
|