Home
last modified time | relevance | path

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

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