Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h427 bool GetSharedCacheInfoSupported();
H A DGDBRemoteCommunicationClient.cpp604 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4000 if (m_gdb_comm.GetSharedCacheInfoSupported()) { in GetSharedCacheInfo()