Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp195 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
209 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); in INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp104 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp143 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1318 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2396 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc214 #ifndef COMMON_INTERCEPTOR_GET_TLS_RANGE
215 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) *begin = *end = 0;
5323 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
5356 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);