Home
last modified time | relevance | path

Searched refs:GetChildAtIndex (Results 1 – 25 of 34) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectSyntheticFilter.cpp35 GetChildAtIndex (size_t idx) in GetChildAtIndex() function in DummySyntheticFrontEnd
37 return m_backend.GetChildAtIndex(idx, true); in GetChildAtIndex()
213 ValueObjectSynthetic::GetChildAtIndex (size_t idx, bool can_create) in GetChildAtIndex() function in ValueObjectSynthetic
222 lldb::ValueObjectSP synth_guy = m_synth_filter_ap->GetChildAtIndex (idx); in GetChildAtIndex()
245 return GetChildAtIndex(index, can_create); in GetChildMemberWithName()
HDValueObject.cpp542 ValueObject::GetChildAtIndex (size_t idx, bool can_create) in GetChildAtIndex() function in ValueObject
558 ValueObject* child = m_children.GetChildAtIndex(idx); in GetChildAtIndex()
574 root = root->GetChildAtIndex(idx, true); in GetChildAtIndexPath()
594 root = root->GetChildAtIndex(idx.first, idx.second); in GetChildAtIndexPath()
614 root = root->GetChildAtIndex(idx, true); in GetChildAtIndexPath()
634 root = root->GetChildAtIndex(idx.first, idx.second); in GetChildAtIndexPath()
754 child_sp = GetChildAtIndex(*pos, can_create); in GetChildMemberWithName()
759 ValueObjectSP new_child_sp(child_sp->GetChildAtIndex (*pos, can_create)); in GetChildMemberWithName()
989 ValueObjectSP child_sp = GetChildAtIndex(0, true); in GetPointeeData()
1627 ValueObjectSP child = GetChildAtIndex(low,true); in DumpPrintableRepresentation()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDLibCxxMap.cpp37 GetChildAtIndex (size_t idx);
312 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
360 GetChildAtIndex(0); in GetChildAtIndex()
398 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); in GetChildAtIndex()
405 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); in GetChildAtIndex()
406 auto child1_sp = potential_child_sp->GetChildAtIndex(1, true); in GetChildAtIndex()
HDNSSet.cpp55 GetChildAtIndex (size_t idx);
88 GetChildAtIndex (size_t idx);
135 GetChildAtIndex (size_t idx);
165 GetChildAtIndex (size_t idx);
399 lldb_private::formatters::NSSetISyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSSetISyntheticFrontEnd
565 lldb_private::formatters::NSSetMSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSSetMSyntheticFrontEnd
664 lldb_private::formatters::NSOrderedSetSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSOrderedSetSyntheticFrontEnd
HDNSArray.cpp39 GetChildAtIndex (size_t idx);
179 GetChildAtIndex (size_t idx);
210 GetChildAtIndex (size_t idx);
329 lldb_private::formatters::NSArrayMSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSArrayMSyntheticFrontEnd
590 lldb_private::formatters::NSArrayISyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSArrayISyntheticFrontEnd
679 lldb_private::formatters::NSArrayCodeRunningSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSArrayCodeRunningSyntheticFrontEnd
HDLibStdcpp.cpp103 lldb_private::formatters::LibstdcppMapIteratorSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibstdcppMapIteratorSyntheticFrontEnd
110 return m_pair_sp->GetChildAtIndex(idx, true); in GetChildAtIndex()
HDLibCxx.cpp95 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
280 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
284 return m_pair_ptr->GetChildAtIndex(idx, true); in GetChildAtIndex()
356 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
HDNSDictionary.cpp88 GetChildAtIndex (size_t idx);
146 GetChildAtIndex (size_t idx);
178 GetChildAtIndex (size_t idx);
323 lldb_private::formatters::NSDictionaryCodeRunningSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSDictionaryCodeRunningSyntheticFrontEnd
447 lldb_private::formatters::NSDictionaryISyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSDictionaryISyntheticFrontEnd
611 lldb_private::formatters::NSDictionaryMSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::NSDictionaryMSyntheticFrontEnd
HDLibCxxInitializerList.cpp30 GetChildAtIndex (size_t idx);
77 lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
HDLibCxxVector.cpp30 GetChildAtIndex (size_t idx);
86 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
HDLibCxxUnorderedMap.cpp37 GetChildAtIndex (size_t idx);
82 lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd
HDCXXFormatterFunctions.cpp474 ValueObjectSP s(D->GetChildAtIndex(1, true)); in ExtractLibcxxStringInfo()
477 location_sp = s->GetChildAtIndex((layout == eLibcxxStringLayoutModeDSC) ? 0 : 1, true); in ExtractLibcxxStringInfo()
483 ValueObjectSP l(D->GetChildAtIndex(0, true)); in ExtractLibcxxStringInfo()
487 …location_sp = (layout == eLibcxxStringLayoutModeDSC) ? layout_decider : l->GetChildAtIndex(2, true… in ExtractLibcxxStringInfo()
488 ValueObjectSP size_vo(l->GetChildAtIndex(1, true)); in ExtractLibcxxStringInfo()
588 GetChildAtIndex (size_t idx) in GetChildAtIndex() function in ObjCClassSyntheticChildrenFrontEnd
1056 real_guy_sp = valobj.GetChildAtIndex(0, true); in ObjCBOOLSummaryProvider()
1193 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd
HDTypeSynthetic.cpp186 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in ScriptedSyntheticChildren::FrontEnd
191 return m_interpreter->GetChildAtIndex(m_wrapper_sp, idx); in GetChildAtIndex()
HDVectorType.cpp210 GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::VectorTypeSyntheticFrontEnd
291 auto child_sp = synthetic_children->GetChildAtIndex(idx); in VectorTypeSummaryProvider()
HDLibCxxList.cpp37 GetChildAtIndex (size_t idx);
277 lldb_private::formatters::LibcxxStdListSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex() function in lldb_private::formatters::LibcxxStdListSyntheticFrontEnd
HDValueObjectPrinter.cpp573 ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildren()
615 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner()
HDNSIndexPath.cpp42 GetChildAtIndex (size_t idx) in GetChildAtIndex() function in NSIndexPathSyntheticFrontEnd
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDCXXFormatterFunctions.h210 GetChildAtIndex (size_t idx);
245 GetChildAtIndex (size_t idx);
277 GetChildAtIndex (size_t idx);
306 GetChildAtIndex (size_t idx);
338 GetChildAtIndex (size_t idx);
HDTypeSynthetic.h63 GetChildAtIndex (size_t idx) = 0;
130 GetChildAtIndex (size_t idx) { return nullptr; } in GetChildAtIndex() function
452 GetChildAtIndex (size_t idx) in GetChildAtIndex() function
599 GetChildAtIndex (size_t idx);
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp230 lldb::SBValue child = m_rValue.GetChildAtIndex(0); in GetSimpleValueCStringPointer()
273 lldb::SBValue child = m_rValue.GetChildAtIndex(0); in GetSimpleValueCStringArray()
312 const lldb::SBValue member = m_rValue.GetChildAtIndex(i); in GetCompositeValue()
403 const lldb::SBValue member = m_rValue.GetChildAtIndex(0); in IsFirstChildCharType()
HDMICmdCmdData.cpp165 lldb::SBValue member = value.GetChildAtIndex(i); in Execute()
939 lldb::SBValue regValue = value.GetChildAtIndex(j); in Execute()
1013 lldb::SBValue value2 = value.GetChildAtIndex(nRegisterIndex); in GetRegister()
1150 lldb::SBValue regValue = value.GetChildAtIndex(j); in Execute()
1226 lldb::SBValue value2 = value.GetChildAtIndex(nRegisterIndex); in GetRegister()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBValue.h156 GetChildAtIndex (uint32_t idx);
234 GetChildAtIndex (uint32_t idx,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp855 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true)); in GetValueForVariableExpressionPath()
908 … child_valobj_sp = synthetic->GetChildAtIndex(child_index, true); in GetValueForVariableExpressionPath()
936 … child_valobj_sp = valobj_sp->GetChildAtIndex (child_index, true); in GetValueForVariableExpressionPath()
984 … child_valobj_sp = synthetic->GetChildAtIndex(child_index, true); in GetValueForVariableExpressionPath()
1057 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true)); in GetValueForVariableExpressionPath()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectSyntheticFilter.h58 GetChildAtIndex (size_t idx, bool can_create);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
HDMemoryHistoryASan.cpp127 addr_t pc = trace_sp->GetChildAtIndex(i, true)->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()

12