Home
last modified time | relevance | path

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

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