Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp238 ValueObjectSP child_sp(m_backend.GetSyntheticChildAtOffset( GetChildAtIndex() local
299 auto child_sp = synthetic_children->GetChildAtIndex(idx); VectorTypeSummaryProvider() local
[all...]
H A DValueObjectPrinter.cpp591 PrintChild(ValueObjectSP child_sp,const DumpValueObjectOptions::PointerDepth & curr_ptr_depth) PrintChild() argument
708 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { PrintChildren() local
762 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx)); PrintChildrenOneLiner() local
[all...]
H A DFormatManager.cpp479 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx)); ShouldPrintAsOneLiner() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp130 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( GetChildAtIndex() local
172 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( BlockPointerSummaryProvider() local
H A DLibStdcppTuple.cpp70 ValueObjectSP child_sp = current_child->GetChildAtIndex(i); in Update() local
H A DLibCxxMap.cpp358 auto child_sp = iterated_sp->GetChildMemberWithName("__value_"); GetChildAtIndex() local
H A DLibCxx.cpp40 lldb::ValueObjectSP child_sp = obj.GetChildMemberWithName(name); in GetChildMemberWithName() local
/freebsd-src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c112 struct sched_param sp, child_sp; in ATF_TC_BODY() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp299 ValueObjectSP child_sp(child_ptr_sp->CreateValueObjectFromData( in NSAttributedStringSummaryProvider() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp665 lldb::ValueObjectSP child_sp; GetChildAtIndex() local
713 lldb::ValueObjectSP child_sp; GetChildMemberWithName() local
836 lldb::ValueObjectSP child_sp; GetValueForExpressionPath() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp376 ValueObjectSP child_sp; in GetChildAtIndex() local
436 ValueObjectSP child_sp = GetSP(); in GetChildMemberWithName() local
649 ValueObjectSP child_sp = GetChildAtIndex(0); GetPointeeData() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1401 int64_t child_size = child_sp->GetByteSize().value_or(0); in GetValueForOffset() local