Home
last modified time | relevance | path

Searched defs:child_sp (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp208 ValueObjectSP child_sp(m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex() local
277 auto child_sp = synthetic_children->GetChildAtIndex(idx); in VectorTypeSummaryProvider() local
DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp146 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
188 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider() local
DLibStdcppTuple.cpp70 ValueObjectSP child_sp = current_child->GetChildAtIndex(i, true); in Update() local
DLibCxxMap.cpp371 auto child_sp = iterated_sp->GetChildMemberWithName(g___value_, true); in GetChildAtIndex() local
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSString.cpp318 ValueObjectSP child_sp(child_ptr_sp->CreateValueObjectFromData( in NSAttributedStringSummaryProvider() local
/external/llvm-project/lldb/source/API/
DSBValue.cpp695 lldb::ValueObjectSP child_sp; in GetChildAtIndex() local
747 lldb::ValueObjectSP child_sp; in GetChildMemberWithName() local
876 lldb::ValueObjectSP child_sp; in GetValueForExpressionPath() local
/external/llvm-project/lldb/source/Core/
DValueObject.cpp429 ValueObjectSP child_sp; in GetChildAtIndex() local
542 ValueObjectSP child_sp = GetSP(); in GetChildMemberWithName() local
749 ValueObjectSP child_sp = GetChildAtIndex(0, true); in GetPointeeData() local
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp1399 ValueObjectSP child_sp = parent->GetChildAtIndex(ci, can_create); in GetValueForOffset() local