Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h202 llvm::VersionTuple GetHostMacCatalystVersion() override;
H A DProcessGDBRemote.cpp4160 llvm::VersionTuple ProcessGDBRemote::GetHostMacCatalystVersion() { in GetHostMacCatalystVersion() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1272 virtual llvm::VersionTuple GetHostMacCatalystVersion() { return {}; } in GetHostMacCatalystVersion() function