Searched defs:cache_begin (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.cpp | 32 uptr cache_begin; member 61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
| H A D | lsan_thread.h | 29 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
| H A D | lsan_fuchsia.cpp | 50 uptr cache_begin, cache_end; member
|
| H A D | lsan_common.cpp | 456 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThread() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cpp | 195 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 501 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|