Lines Matching refs:ValueObjectSP

29 …cxxVectorBoolSyntheticFrontEnd::LibcxxVectorBoolSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) :  in LibcxxVectorBoolSyntheticFrontEnd()
50 lldb::ValueObjectSP
54 return ValueObjectSP(); in GetChildAtIndex()
56 return ValueObjectSP(); in GetChildAtIndex()
62 return ValueObjectSP(); in GetChildAtIndex()
68 return ValueObjectSP(); in GetChildAtIndex()
88 return ValueObjectSP(); in GetChildAtIndex()
92 ValueObjectSP retval_sp; in GetChildAtIndex()
116 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
122 ValueObjectSP size_sp(valobj_sp->GetChildMemberWithName(ConstString("__size_"), true)); in Update()
128 ValueObjectSP begin_sp(valobj_sp->GetChildMemberWithName(ConstString("__begin_"), true)); in Update()
165 …rs::LibcxxVectorBoolSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp) in LibcxxVectorBoolSyntheticFrontEndCreator()
190 …xMapIteratorSyntheticFrontEnd::LibCxxMapIteratorSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) : in LibCxxMapIteratorSyntheticFrontEnd()
201 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
232 lldb::ValueObjectSP
236 return lldb::ValueObjectSP(); in GetChildAtIndex()
263 …s::LibCxxMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp) in LibCxxMapIteratorSyntheticFrontEndCreator()
280 …LibCxxVectorIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp) in LibCxxVectorIteratorSyntheticFrontEndCreator()
290 …ibcxxSharedPtrSyntheticFrontEnd::LibcxxSharedPtrSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) : in LibcxxSharedPtrSyntheticFrontEnd()
308 lldb::ValueObjectSP
312 return lldb::ValueObjectSP(); in GetChildAtIndex()
314 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex()
316 return lldb::ValueObjectSP(); in GetChildAtIndex()
322 return lldb::ValueObjectSP(); in GetChildAtIndex()
328ValueObjectSP shared_owners_sp(m_cntrl->GetChildMemberWithName(ConstString("__shared_owners_"),tru… in GetChildAtIndex()
330 return lldb::ValueObjectSP(); in GetChildAtIndex()
341ValueObjectSP shared_weak_owners_sp(m_cntrl->GetChildMemberWithName(ConstString("__shared_weak_own… in GetChildAtIndex()
343 return lldb::ValueObjectSP(); in GetChildAtIndex()
359 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
370 lldb::ValueObjectSP cntrl_sp(valobj_sp->GetChildMemberWithName(ConstString("__cntrl_"),true)); in Update()
398 …ers::LibcxxSharedPtrSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()
405 …ibcxxStdVectorSyntheticFrontEnd::LibcxxStdVectorSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) : in LibcxxStdVectorSyntheticFrontEnd()
437 lldb::ValueObjectSP
441 return lldb::ValueObjectSP(); in GetChildAtIndex()
451ValueObjectSP child_sp = ValueObject::CreateValueObjectFromAddress(name.GetData(), offset, m_backe… in GetChildAtIndex()
461ValueObjectSP data_type_finder_sp(m_backend.GetChildMemberWithName(ConstString("__end_cap_"),true)… in Update()
501 …ers::LibcxxStdVectorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp) in LibcxxStdVectorSyntheticFrontEndCreator()