Lines Matching refs:ValueObjectSP
27 explicit LibStdcppUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
31 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
51 ValueObjectSP GetTuple();
57 lldb::ValueObjectSP valobj_sp) in LibStdcppUniquePtrSyntheticFrontEnd()
62 ValueObjectSP LibStdcppUniquePtrSyntheticFrontEnd::GetTuple() { in GetTuple()
63 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple()
68 ValueObjectSP valobj_sp = valobj_backend_sp->GetNonSyntheticValue(); in GetTuple()
72 ValueObjectSP obj_child_sp = in GetTuple()
77 ValueObjectSP obj_subchild_sp = in GetTuple()
90 ValueObjectSP tuple_sp = GetTuple(); in Update()
98 ValueObjectSP ptr_obj = tuple_frontend->GetChildAtIndex(0); in Update()
109 ValueObjectSP del_obj = tuple_frontend->GetChildAtIndex(1); in Update()
116 ValueObjectSP obj_obj = m_ptr_obj->Dereference(error); in Update()
127 lldb::ValueObjectSP
135 return lldb::ValueObjectSP(); in GetChildAtIndex()
173 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEndCreator()