Home
last modified time | relevance | path

Searched refs:GetMemoryTaggingSupported (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h431 bool GetMemoryTaggingSupported();
H A DGDBRemoteCommunicationClient.cpp631 bool GDBRemoteCommunicationClient::GetMemoryTaggingSupported() { in GetMemoryTaggingSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2603 return m_gdb_comm.GetMemoryTaggingSupported(); in SupportsMemoryTagging()