Searched defs:cache_begin (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_posix.cpp | 29 uptr cache_begin; member 61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
| D | lsan_thread.h | 27 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
| D | lsan_fuchsia.cpp | 45 uptr cache_begin, cache_end; member
|
| D | lsan_common.cpp | 284 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| D | asan_thread.cpp | 485 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|