Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/macosx/
H A DHostInfoMacOSX.h27 static llvm::VersionTuple GetMacCatalystVersion();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h236 llvm::VersionTuple GetMacCatalystVersion();
H A DGDBRemoteCommunicationServerCommon.cpp262 llvm::VersionTuple maccatalyst_version = HostInfo::GetMacCatalystVersion(); in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp954 llvm::VersionTuple GDBRemoteCommunicationClient::GetMacCatalystVersion() { in GetMacCatalystVersion() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4015 return m_gdb_comm.GetMacCatalystVersion(); in GetHostMacCatalystVersion()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm93 llvm::VersionTuple HostInfoMacOSX::GetMacCatalystVersion() { function