Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp974 const char *sanitizer_names[] = {"AddressSanitizer", "ThreadSanitizer"}; in ShouldCheckInterceptors() local
975 size_t count = sizeof(sanitizer_names) / sizeof(sanitizer_names[0]); in ShouldCheckInterceptors()
977 if (internal_strcmp(sanitizer_names[i], SanitizerToolName) == 0) in ShouldCheckInterceptors()