Searched refs:GetThreadStackTopAndBottom (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp24 GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dubsan_diag.cpp40 GetThreadStackTopAndBottom(false, &top, &bottom);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp58 GetThreadStackTopAndBottom(false, &top, &bottom);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cpp74 void GetThreadStackTopAndBottom(bool at_initialization, function in namespace:__sanitizer
91 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_symbolizer_report.cpp107 GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dsanitizer_linux_libcdep.cpp94 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
507 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_mac.cpp377 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
555 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_win.cpp108 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
832 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_fuchsia.cpp81 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { function in namespace:__sanitizer
H A Dsanitizer_common.h87 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,

Completed in 163 milliseconds