Home
last modified time | relevance | path

Searched defs:stack_begin (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp30 uptr stack_begin; member
60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
H A Dlsan_thread.h27 uptr stack_begin() { return stack_begin_; } in stack_begin() function
H A Dlsan_fuchsia.cpp36 uptr stack_begin, stack_end; member
H A Dlsan_common.cpp456 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThread() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp62 uptr stack_begin, stack_end, tls_begin, tls_end; in PlatformUnpoisonStacks() local
H A Dasan_thread.cpp500 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp194 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()