Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h51 MacosVersion GetMacosVersion();
H A Dsanitizer_mac.cc308 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization && in GetThreadStackTopAndBottom()
570 MacosVersion GetMacosVersion() { in GetMacosVersion() function
588 return GetMacosVersion() == MACOS_VERSION_SNOW_LEOPARD; in PlatformHasDifferentMemcpyAndMemmove()
637 if (GetMacosVersion() >= MACOS_VERSION_YOSEMITE) { in LogFullErrorReport()
713 GetMacosVersion() >= MACOS_VERSION_HIGH_SIERRA_DOT_RELEASE_4; in InitializePlatformEarly()
H A Dsanitizer_symbolizer_mac.cc71 if (GetMacosVersion() == MACOS_VERSION_MAVERICKS) { in GetArgV()
H A Dsanitizer_malloc_mac.inc63 if (GetMacosVersion() >= MACOS_VERSION_LION) {
77 if (GetMacosVersion() >= MACOS_VERSION_LION) {
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc258 if (GetMacosVersion() >= MACOS_VERSION_MOJAVE) { in InitializePlatform()
H A Dtsan_interceptors.cc519 (GetMacosVersion() >= MACOS_VERSION_MOJAVE) ? env[12] : env[13]; in LongJmp()