Searched defs:cur_stack (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/msan/ | ||
H A D | msan_thread.cpp | 85 const uptr cur_stack = GET_CURRENT_FRAME(); GetStackBounds() local |
/llvm-project/compiler-rt/lib/safestack/ | ||
H A D | safestack.cpp | 187 thread_stack_ll *cur_stack = thread_cleanup_handler() local |
/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_thread.cpp | 205 const uptr cur_stack = (uptr)&local; GetStackBounds() local |