Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp39 PopStackFrames(pc_location); in UnwindSlow()
H A Dsanitizer_symbolizer_markup.cpp137 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.cpp151 void BufferedStackTrace::PopStackFrames(uptr count) { in PopStackFrames() function in __sanitizer::BufferedStackTrace
H A Dsanitizer_stacktrace.h152 void PopStackFrames(uptr count);