Home
last modified time | relevance | path

Searched refs:GetMacCatalystVersion (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h235 llvm::VersionTuple GetMacCatalystVersion();
H A DGDBRemoteCommunicationServerCommon.cpp262 llvm::VersionTuple maccatalyst_version = HostInfo::GetMacCatalystVersion(); in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp972 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4161 return m_gdb_comm.GetMacCatalystVersion(); in GetHostMacCatalystVersion()