Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h197 llvm::VersionTuple GetHostMacCatalystVersion() override;
H A DProcessGDBRemote.cpp4014 llvm::VersionTuple ProcessGDBRemote::GetHostMacCatalystVersion() { in GetHostMacCatalystVersion() function in ProcessGDBRemote
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1212 virtual llvm::VersionTuple GetHostMacCatalystVersion() { return {}; } in GetHostMacCatalystVersion() function