Searched defs:tls_begin (Results 1 – 10 of 10) sorted by relevance
/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 | 32 uptr tls_begin; global() member 63 GetThreadRangesLocked(tid_t os_id,uptr * stack_begin,uptr * stack_end,uptr * tls_begin,uptr * tls_end,uptr * cache_begin,uptr * cache_end,DTLS ** dtls) GetThreadRangesLocked() argument
|
H A D | lsan_common.cpp | 410 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/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 | 183 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/hwasan/ |
H A D | hwasan_thread.h | 47 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
H A D | hwasan_thread.cpp | 194 GetThreadRangesLocked(tid_t os_id,uptr * stack_begin,uptr * stack_end,uptr * tls_begin,uptr * tls_end,uptr * cache_begin,uptr * cache_end,DTLS ** dtls) GetThreadRangesLocked() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.h | 74 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 506 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|