Home
last modified time | relevance | path

Searched defs:stack_bottom (Results 1 – 16 of 16) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp77 uptr stack_bottom) { in GetCanonicFrame()
98 uptr stack_bottom, u32 max_depth) { in UnwindFast()
H A Dsanitizer_stacktrace_sparc.cpp29 uptr stack_bottom, u32 max_depth) { in UnwindFast() argument
H A Dsanitizer_stacktrace.h170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_stacktrace_libcdep.cpp138 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_mac.cpp411 uptr *stack_bottom) { in GetThreadStackTopAndBottom() argument
578 uptr stack_top, stack_bottom; GetThreadStackAndTls() local
H A Dsanitizer_fuchsia.cpp77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() argument
H A Dsanitizer_linux_libcdep.cpp117 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) GetThreadStackTopAndBottom() argument
H A Dsanitizer_win.cpp121 uptr *stack_bottom) { in GetThreadStackTopAndBottom() argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp38 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp60 uptr stack_bottom, stack_top; member
95 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dhwasan_thread.h45 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp115 uptr stack_bottom, stack_size; member
172 BeforeThreadCreateHook(uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) BeforeThreadCreateHook() argument
H A Dasan_thread.cpp216 uptr AsanThread::stack_bottom() { return GetStackBounds().bottom; } stack_bottom() function in __asan::AsanThread
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp96 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } stack_bottom() function in __msan::MsanThread
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp92 uptr DFsanThread::stack_bottom() { return GetStackBounds().bottom; } stack_bottom() function in __dfsan::DFsanThread
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp115 uptr MemprofThread::stack_bottom() { return GetStackBounds().bottom; } stack_bottom() function in __memprof::MemprofThread