Lines Matching refs:ValueObjectSP
28 explicit LibStdcppUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
32 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
43 ValueObjectSP m_ptr_obj;
44 ValueObjectSP m_obj_obj;
45 ValueObjectSP m_del_obj;
47 ValueObjectSP GetTuple();
53 lldb::ValueObjectSP valobj_sp) in LibStdcppUniquePtrSyntheticFrontEnd()
58 ValueObjectSP LibStdcppUniquePtrSyntheticFrontEnd::GetTuple() { in GetTuple()
59 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple()
64 ValueObjectSP valobj_sp = valobj_backend_sp->GetNonSyntheticValue(); in GetTuple()
68 ValueObjectSP obj_child_sp = in GetTuple()
73 ValueObjectSP obj_subchild_sp = in GetTuple()
86 ValueObjectSP tuple_sp = GetTuple(); in Update()
94 ValueObjectSP ptr_obj = tuple_frontend->GetChildAtIndex(0); in Update()
98 ValueObjectSP del_obj = tuple_frontend->GetChildAtIndex(1); in Update()
104 ValueObjectSP obj_obj = m_ptr_obj->Dereference(error); in Update()
115 lldb::ValueObjectSP
123 return lldb::ValueObjectSP(); in GetChildAtIndex()
162 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEndCreator()