Searched defs:cache_begin (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_posix.cpp | 30 uptr cache_begin; member 62 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
H A D | lsan_thread.h | 27 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
H A D | lsan_fuchsia.cpp | 45 uptr cache_begin, cache_end; member
|
H A D | lsan_common.cpp | 407 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 179 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 493 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|