Searched defs:stack_begin (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.h | 25 uptr stack_begin() { return stack_begin_; } in stack_begin() function
|
| H A D | lsan_posix.cpp | 27 uptr stack_begin; member 60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| H A D | lsan_fuchsia.cpp | 31 uptr stack_begin, stack_end; member
|
| H A D | lsan_common.cpp | 373 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 481 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|