Searched refs:SupportsMemoryTagging (Results 1 – 5 of 5) sorted by relevance
110 bool SupportsMemoryTagging() override { return !m_core_tag_ranges.IsEmpty(); } in SupportsMemoryTagging() function
249 bool SupportsMemoryTagging() override;
2733 bool ProcessGDBRemote::SupportsMemoryTagging() { in SupportsMemoryTagging() function in ProcessGDBRemote
3054 virtual bool SupportsMemoryTagging() { return false; } in SupportsMemoryTagging() function
6449 if (!SupportsMemoryTagging()) { in GetMemoryTagManager()