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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
   62   top_frame_bp = (max_depth > 0) ? bp : 0;
   64   if (max_depth == 0) {
   68   if (max_depth == 1) {
   76       UnwindSlow(pc, context, max_depth);
   78       UnwindSlow(pc, max_depth);
   83     UnwindFast(pc, bp, stack_top, stack_bottom, max_depth);