| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.h | 34 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
| H A D | lsan_posix.cpp | 34 uptr tls_begin; member 61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
| H A D | lsan_common.cpp | 456 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThread() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.h | 29 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.h | 37 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
| H A D | dfsan_interceptors.cpp | 179 uptr tls_begin, tls_end; in INTERCEPTOR() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 32 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.h | 68 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.h | 47 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
| H A D | hwasan_thread.cpp | 195 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_posix.cpp | 62 uptr stack_begin, stack_end, tls_begin, tls_end; in PlatformUnpoisonStacks() local
|
| H A D | asan_thread.h | 84 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
| H A D | asan_rtl.cpp | 625 uptr tls_begin, tls_end; in UnpoisonDefaultStack() local
|
| H A D | asan_thread.cpp | 501 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_tls_get_addr.cpp | 116 const void *tls_begin) { in SANITIZER_INTERFACE_WEAK_DEF()
|
| H A D | sanitizer_linux_libcdep.cpp | 678 uptr *tls_begin, uptr *tls_end) { in GetThreadStackAndTls()
|
| H A D | sanitizer_win.cpp | 894 uptr *tls_begin, uptr *tls_end) { in GetThreadStackAndTls()
|
| H A D | sanitizer_mac.cpp | 566 uptr *tls_begin, uptr *tls_end) { in GetThreadStackAndTls()
|