Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp315 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2"); in InitializeInterceptors()
316 INTERCEPT_FUNCTION_VER(pthread_cond_signal, "GLIBC_2.3.2"); in InitializeInterceptors()
317 INTERCEPT_FUNCTION_VER(pthread_cond_broadcast, "GLIBC_2.3.2"); in InitializeInterceptors()
318 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2"); in InitializeInterceptors()
319 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
320 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.h50 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
55 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.h144 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
150 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception.h279 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
284 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
289 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1279 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
1285 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
1695 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1696 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1746 INTERCEPT_FUNCTION_VER(pthread_create, "GLIBC_2.2"); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp303 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
2340 INTERCEPT_FUNCTION_VER(name, ver)
2342 (INTERCEPT_FUNCTION_VER(name, ver) || INTERCEPT_FUNCTION(name))
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp295 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
2346 INTERCEPT_FUNCTION_VER(name, ver)
2348 (INTERCEPT_FUNCTION_VER(name, ver) || INTERCEPT_FUNCTION(name))