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.h242 llvm::VersionTuple GetMacCatalystVersion();
H A DGDBRemoteCommunicationServerCommon.cpp265 llvm::VersionTuple maccatalyst_version = HostInfo::GetMacCatalystVersion(); in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp1001 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4291 return m_gdb_comm.GetMacCatalystVersion(); in GetHostMacCatalystVersion()