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

References

projects/compiler-rt/lib/asan/asan_stack.cpp
   64   ScopedUnwinding unwind_scope(t);
   68     if (t) {
   69       Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
   69       Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
   74   if (SANITIZER_MIPS && t &&
   75       !IsValidFrame(bp, t->stack_top(), t->stack_bottom()))
   75       !IsValidFrame(bp, t->stack_top(), t->stack_bottom()))