Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h447 bool GetSharedCacheInfoSupported();
DGDBRemoteCommunicationClient.cpp635 bool GDBRemoteCommunicationClient::GetSharedCacheInfoSupported() { in GetSharedCacheInfoSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp4103 if (m_gdb_comm.GetSharedCacheInfoSupported()) { in GetSharedCacheInfo()