Searched refs:FormatEntrySP (Results 1 – 3 of 3) sorted by relevance
59 lldb::FormatEntrySP GetFormatEntrySP() const;62 lldb::FormatEntrySP m_opaque_sp;
36 FormatEntrySP format_entry_sp = std::make_shared<FormatEntity::Entry>(); in SBFormat()44 lldb::FormatEntrySP SBFormat::GetFormatEntrySP() const { return m_opaque_sp; } in GetFormatEntrySP()
345 typedef std::shared_ptr<lldb_private::FormatEntity::Entry> FormatEntrySP; typedef