Home
last modified time | relevance | path

Searched defs:tls_begin (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp32 uptr tls_begin; member
62 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
H A Dlsan_posix.h34 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Dlsan_common.cpp407 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h37 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Ddfsan_interceptors.cpp183 uptr tls_begin, tls_end; in INTERCEPTOR() local
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.h32 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h47 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Dhwasan_thread.cpp179 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.h74 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.h74 uptr tls_begin() { return tls_begin_; } in tls_begin() function
H A Dasan_thread.cpp493 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()