Home
last modified time | relevance | path

Searched defs:tls_begin (Results 1 – 18 of 18) 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
61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
H A Dlsan_common.cpp456 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 Dnsan_thread.h29 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/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.cpp179 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/memprof/
H A Dmemprof_thread.h68 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/asan/
H A Dasan_posix.cpp62 uptr stack_begin, stack_end, tls_begin, tls_end; in PlatformUnpoisonStacks() local
H A Dasan_thread.h84 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Dasan_rtl.cpp625 uptr tls_begin, tls_end; in UnpoisonDefaultStack() local
H A Dasan_thread.cpp501 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp116 const void *tls_begin) { in SANITIZER_INTERFACE_WEAK_DEF()
H A Dsanitizer_linux_libcdep.cpp678 uptr *tls_begin, uptr *tls_end) { in GetThreadStackAndTls()
H A Dsanitizer_win.cpp894 uptr *tls_begin, uptr *tls_end) { in GetThreadStackAndTls()
H A Dsanitizer_mac.cpp566 uptr *tls_begin, uptr *tls_end) { in GetThreadStackAndTls()