Searched refs:GetMacosAlignedVersion (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h57 MacosVersion GetMacosAlignedVersion();
H A Dsanitizer_symbolizer_mac.cpp126 if (GetMacosAlignedVersion() == MacosVersion(10, 9)) {
H A Dsanitizer_mac.cpp390 if ((GetMacosAlignedVersion() >= MacosVersion(10, 9)) && at_initialization &&
631 MacosVersion GetMacosAlignedVersion() { function in namespace:__sanitizer
710 if (GetMacosAlignedVersion() >= MacosVersion(10, 10)) {
857 // GetMacosAlignedVersion() doesn't work for the simulator. Let's instead
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp261 if (GetMacosAlignedVersion() >= MacosVersion(10, 14)) {
270 ((GetMacosAlignedVersion() >= MacosVersion(10, 14)) ? 12 : 13)

Completed in 98 milliseconds