reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h
   87 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
  512   GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
  107     GetThreadStackTopAndBottom(false, &top, &bottom);
projects/compiler-rt/lib/tsan/rtl/tsan_stack_trace.cpp
   58     GetThreadStackTopAndBottom(false, &top, &bottom);
projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
   40     GetThreadStackTopAndBottom(false, &top, &bottom);
projects/compiler-rt/lib/ubsan/ubsan_diag_standalone.cpp
   24     GetThreadStackTopAndBottom(false, &top, &bottom);