Searched refs:SupportsMemoryTagging (Results 1 – 5 of 5) sorted by relevance
112 bool SupportsMemoryTagging() override { return !m_core_tag_ranges.IsEmpty(); } in SupportsMemoryTagging() function
250 bool SupportsMemoryTagging() override;
2623 bool ProcessGDBRemote::SupportsMemoryTagging() { in SupportsMemoryTagging() function in ProcessGDBRemote
2978 virtual bool SupportsMemoryTagging() { return false; } in SupportsMemoryTagging() function
6428 if (!SupportsMemoryTagging()) { in GetMemoryTagManager()