Searched defs:tls_begin (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_posix.h | 34 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
D | lsan_posix.cpp | 31 uptr tls_begin; member 61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
D | lsan_common.cpp | 231 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 33 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
D | lsan_thread.cc | 65 tls_begin, tls_end; member 140 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
D | lsan_common.cc | 196 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 33 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.h | 32 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_thread.h | 33 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.h | 77 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_thread.h | 78 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
D | asan_thread.cpp | 481 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.h | 72 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
D | asan_thread.cc | 399 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|