Searched refs:COMMON_INTERCEPTOR_GET_TLS_RANGE (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 102 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 141 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 194 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1324 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1309 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2259 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 138 #ifndef COMMON_INTERCEPTOR_GET_TLS_RANGE 139 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) *begin = *end = 0; 4458 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); 4491 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 2373 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 214 #ifndef COMMON_INTERCEPTOR_GET_TLS_RANGE 215 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) *begin = *end = 0; 5301 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); 5338 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
|