Lines Matching refs:ValueObjectSP
24 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
30 lldb::ValueObjectSP GetChildAtIndex(uint32_t idx) override;
47 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
51 lldb::ValueObjectSP GetChildAtIndex(uint32_t idx) override;
64 std::map<size_t, lldb::ValueObjectSP> m_children;
71 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdVectorSyntheticFrontEnd()
104 lldb::ValueObjectSP
108 return lldb::ValueObjectSP(); in GetChildAtIndex()
122 ValueObjectSP data_type_finder_sp( in Update()
158 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxVectorBoolSyntheticFrontEnd()
173 lldb::ValueObjectSP
209 ValueObjectSP retval_sp(CreateValueObjectFromData( in GetChildAtIndex()
233 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
237 ValueObjectSP size_sp(valobj_sp->GetChildMemberWithName("__size_")); in Update()
243 ValueObjectSP begin_sp(valobj_sp->GetChildMemberWithName("__begin_")); in Update()
269 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdVectorSyntheticFrontEndCreator()