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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
  107     top_frame_bp = (max_depth > 0) ? bp : 0;
  109     if (max_depth <= 1) {
  110       if (max_depth == 1)
  112       size = max_depth;
  115     UnwindImpl(pc, bp, context, request_fast, max_depth);