Home
last modified time | relevance | path

Searched defs:tls_begin (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.h34 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Dlsan_posix.cpp34 uptr tls_begin; member
65 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
H A Dlsan_common.cpp410 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 Ddfsan_thread.h37 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Ddfsan_interceptors.cpp183 uptr tls_begin, tls_end; in INTERCEPTOR() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h32 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h47 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Dhwasan_thread.cpp195 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h74 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h89 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Dasan_thread.cpp501 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()