Searched defs:stack_end (Results 1 – 7 of 7) sorted by relevance
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.h | 28 uptr stack_end() { return stack_end_; } in stack_end() function
|
H A D | lsan_posix.cpp | 31 uptr stack_end; member 64 GetThreadRangesLocked(tid_t os_id,uptr * stack_begin,uptr * stack_end,uptr * tls_begin,uptr * tls_end,uptr * cache_begin,uptr * cache_end,DTLS ** dtls) GetThreadRangesLocked() argument
|
H A D | lsan_fuchsia.cpp | 31 uptr stack_begin, stack_end; member
|
H A D | lsan_common.cpp | 410 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; ProcessThreads() local
|
/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() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 505 GetThreadRangesLocked(tid_t os_id,uptr * stack_begin,uptr * stack_end,uptr * tls_begin,uptr * tls_end,uptr * cache_begin,uptr * cache_end,DTLS ** dtls) GetThreadRangesLocked() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_runtime.cpp | 246 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id() local 301 char *stack_end = NULL; in __kmp_check_stack_overlap() local [all...] |