Searched refs:COMMON_INTERCEPTOR_GET_TLS_RANGE (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 170 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro 184 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); in INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 100 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 144 # define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1341 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 2463 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2469 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 284 #ifndef COMMON_INTERCEPTOR_GET_TLS_RANGE 285 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) *begin = *end = 0; 5552 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); 5585 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
|