/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace.cpp | 77 uptr stack_bottom) { in GetCanonicFrame() 98 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
H A D | sanitizer_stacktrace_sparc.cpp | 29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
H A D | sanitizer_stacktrace.h | 170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
H A D | sanitizer_stacktrace_libcdep.cpp | 138 uptr stack_top, uptr stack_bottom, in Unwind()
|
H A D | sanitizer_mac.cpp | 411 uptr *stack_bottom) { in GetThreadStackTopAndBottom() 578 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
H A D | sanitizer_fuchsia.cpp | 77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
H A D | sanitizer_linux_libcdep.cpp | 117 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
H A D | sanitizer_win.cpp | 121 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan.cpp | 38 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_fuchsia.cpp | 60 uptr stack_bottom, stack_top; member 95 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
|
H A D | hwasan_thread.h | 45 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 115 uptr stack_bottom, stack_size; member 172 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
|
H A D | asan_thread.cpp | 216 uptr AsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __asan::AsanThread
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 96 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __msan::MsanThread
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 92 uptr DFsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __dfsan::DFsanThread
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 115 uptr MemprofThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __memprof::MemprofThread
|