Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h435 bool GetSharedCacheInfoSupported();
H A DGDBRemoteCommunicationClient.cpp596 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3901 if (m_gdb_comm.GetSharedCacheInfoSupported()) { in GetSharedCacheInfo()