Home
last modified time | relevance | path

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

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