Searched defs:stack_begin (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.cpp | 30 uptr stack_begin; member 60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| H A D | lsan_thread.h | 27 uptr stack_begin() { return stack_begin_; } in stack_begin() function
|
| H A D | lsan_fuchsia.cpp | 36 uptr stack_begin, stack_end; member
|
| H A D | lsan_common.cpp | 456 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 D | asan_posix.cpp | 62 uptr stack_begin, stack_end, tls_begin, tls_end; in PlatformUnpoisonStacks() local
|
| H A D | asan_thread.cpp | 500 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cpp | 194 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|