Home
last modified time | relevance | path

Searched refs:PopStackFrames (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cc38 PopStackFrames(pc_location); in SlowUnwindStack()
H A Dsanitizer_symbolizer_markup.cc130 PopStackFrames(Min(to_pop, static_cast<uptr>(1))); in SlowUnwindStack()
H A Dsanitizer_stacktrace.h112 void PopStackFrames(uptr count);
H A Dsanitizer_stacktrace.cc119 void BufferedStackTrace::PopStackFrames(uptr count) { in PopStackFrames() function in __sanitizer::BufferedStackTrace
H A Dsanitizer_unwind_linux_libcdep.cc136 PopStackFrames(to_pop); in SlowUnwindStack()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cc40 PopStackFrames(pc_location); in SlowUnwindStack()
H A Dsanitizer_symbolizer_markup.cc132 PopStackFrames(Min(to_pop, static_cast<uptr>(1))); in SlowUnwindStack()
H A Dsanitizer_stacktrace.cc115 void BufferedStackTrace::PopStackFrames(uptr count) { in PopStackFrames() function in __sanitizer::BufferedStackTrace
H A Dsanitizer_unwind_linux_libcdep.cc138 PopStackFrames(to_pop); in SlowUnwindStack()
H A Dsanitizer_stacktrace.h114 void PopStackFrames(uptr count);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cpp39 PopStackFrames(pc_location); in UnwindSlow()
H A Dsanitizer_symbolizer_markup.cpp139 PopStackFrames(Min(to_pop, static_cast<uptr>(1))); in UnwindSlow()
H A Dsanitizer_unwind_linux_libcdep.cpp141 PopStackFrames(to_pop); in UnwindSlow()
H A Dsanitizer_stacktrace.cpp157 void BufferedStackTrace::PopStackFrames(uptr count) { in PopStackFrames() function in __sanitizer::BufferedStackTrace
H A Dsanitizer_stacktrace.h153 void PopStackFrames(uptr count);