Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp170 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
184 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp95 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp144 # define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1456 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2542 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc250 #ifndef COMMON_INTERCEPTOR_GET_TLS_RANGE
251 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) *begin = *end = 0;
5436 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
5467 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);