Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DDynamicRegisterInfo.cpp186 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 DBreakpointResolverName.cpp131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp54 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpoint.cpp208 success = breakpoint_dict->GetValueForKeyAsArray( in CreateFromStructuredData()
238 bkpt_dict->GetValueForKeyAsArray(GetKey(OptionNames::Names), names_array); in SerializedBreakpointMatchesNames()
H A DBreakpointOptions.cpp86 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp278 mach_exception->GetValueForKeyAsArray("rawCodes", exc_rawcodes); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h504 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1162 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) { in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2254 if (!bkpt_dict->GetValueForKeyAsArray("Names", names_array)) in HandleOptionArgumentCompletion()