Searched refs:GetValueForKeyAsArray (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | SearchFilter.cpp | 460 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()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | DynamicRegisterInfo.cpp | 186 if (reg_info_dict.GetValueForKeyAsArray("composite", composite_reg_list)) in ByteOffsetFromRegInfoDict() 199 if (dict.GetValueForKeyAsArray("sets", sets)) { in SetRegisterInfo() 215 if (!dict.GetValueForKeyAsArray("registers", regs)) in SetRegisterInfo() 333 if (reg_info_dict->GetValueForKeyAsArray("invalidate-regs", in SetRegisterInfo()
|
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverName.cpp | 131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData() 138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
|
H A D | BreakpointResolverFileRegex.cpp | 54 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
|
H A D | Breakpoint.cpp | 208 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData() 238 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
|
H A D | BreakpointOptions.cpp | 86 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 278 mach_exception->GetValueForKeyAsArray("rawCodes", exc_rawcodes); in CalculateStopInfo()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 504 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1162 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 2254 if (!bkpt_dict->GetValueForKeyAsArray("Names", names_array)) in HandleOptionArgumentCompletion()
|