Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_posix.cpp32 uptr tls_begin; member
62 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
Dlsan_posix.h34 uptr tls_begin() { return tls_begin_; } in tls_begin() function
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/
Ddfsan_thread.h37 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Ddfsan_interceptors.cpp183 uptr tls_begin, tls_end; in INTERCEPTOR() local
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_thread.h32 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_thread.h47 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dhwasan_thread.cpp179 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_thread.h74 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dasan_thread.cpp493 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()