Lines Matching refs:valobj_sp
36 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxOptionalSummaryProvider() local
37 if (!valobj_sp) in LibcxxOptionalSummaryProvider()
43 valobj_sp->GetChildMemberWithName(ConstString("__engaged_"), true)); in LibcxxOptionalSummaryProvider()
59 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxFunctionSummaryProvider() local
61 if (!valobj_sp) in LibcxxFunctionSummaryProvider()
64 ExecutionContext exe_ctx(valobj_sp->GetExecutionContextRef()); in LibcxxFunctionSummaryProvider()
76 cpp_runtime->FindLibCppStdFunctionCallableInfo(valobj_sp); in LibcxxFunctionSummaryProvider()
106 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxSmartPointerSummaryProvider() local
107 if (!valobj_sp) in LibcxxSmartPointerSummaryProvider()
110 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxSmartPointerSummaryProvider()
111 ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider()
113 ValueObjectSP weakcount_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider()
149 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxUniquePointerSummaryProvider() local
150 if (!valobj_sp) in LibcxxUniquePointerSummaryProvider()
154 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxUniquePointerSummaryProvider()
207 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd() argument
208 : SyntheticChildrenFrontEnd(*valobj_sp), m_pair_ptr(), m_pair_sp() { in LibCxxMapIteratorSyntheticFrontEnd()
209 if (valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd()
217 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() local
218 if (!valobj_sp) in Update()
221 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
226 if (!valobj_sp) in Update()
236 m_pair_ptr = valobj_sp in Update()
248 m_pair_ptr = valobj_sp in Update()
259 auto __i_(valobj_sp->GetChildMemberWithName(g___i_, true)); in Update()
307 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update()
355 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibCxxMapIteratorSyntheticFrontEndCreator() argument
356 return (valobj_sp ? new LibCxxMapIteratorSyntheticFrontEnd(valobj_sp) in LibCxxMapIteratorSyntheticFrontEndCreator()
371 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibCxxVectorIteratorSyntheticFrontEndCreator() argument
375 return (valobj_sp in LibCxxVectorIteratorSyntheticFrontEndCreator()
376 ? new VectorIteratorSyntheticFrontEnd(valobj_sp, g_item_name) in LibCxxVectorIteratorSyntheticFrontEndCreator()
381 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() argument
382 : SyntheticChildrenFrontEnd(*valobj_sp), m_cntrl(nullptr) { in LibcxxSharedPtrSyntheticFrontEnd()
383 if (valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd()
398 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex() local
399 if (!valobj_sp) in GetChildAtIndex()
403 return valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true); in GetChildAtIndex()
407 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)) { in GetChildAtIndex()
412 valobj_sp->GetCompilerType().GetTypeTemplateArgument(0); in GetChildAtIndex()
424 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() local
425 if (!valobj_sp) in Update()
428 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
433 valobj_sp->GetChildMemberWithName(ConstString("__cntrl_"), true)); in Update()
459 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxSharedPtrSyntheticFrontEndCreator() argument
460 return (valobj_sp ? new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()
465 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() argument
466 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxUniquePtrSyntheticFrontEnd()
467 if (valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd()
476 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxUniquePtrSyntheticFrontEndCreator() argument
477 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
507 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() local
508 if (!valobj_sp) in Update()
512 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in Update()