Home
last modified time | relevance | path

Searched refs:GetDarwinKernelVersion (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h59 DarwinKernelVersion GetDarwinKernelVersion();
H A Dsanitizer_mac.cpp644 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion()
748 DarwinKernelVersion GetDarwinKernelVersion() { in GetDarwinKernelVersion() function
957 GetDarwinKernelVersion() >= DarwinKernelVersion(17, 5); in InitializePlatformEarly()
961 if (GetDarwinKernelVersion() >= DarwinKernelVersion(19, 0)) in InitializePlatformEarly()