Home
last modified time | relevance | path

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

/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 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 Dlsan_common.cpp410 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; ProcessThreads() local
/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; INTERCEPTOR() local
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h32 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/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() argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h74 uptr tls_begin() { return tls_begin_; } tls_begin() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h89 uptr tls_begin() { return tls_begin_; } tls_begin() function
H A Dasan_thread.cpp506 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