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