Searched refs:COMMON_INTERCEPTOR_GET_TLS_RANGE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp141 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1318 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc217 #ifndef COMMON_INTERCEPTOR_GET_TLS_RANGE
218 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) *begin = *end = 0;
5193 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
5230 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2323 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro

Completed in 147 milliseconds