Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp132 uptr to_pop = LocatePcInTrace(pc); in UnwindSlow() local
139 if (to_pop == 0 && size > 1) in UnwindSlow()
140 to_pop = 1; in UnwindSlow()
141 PopStackFrames(to_pop); in UnwindSlow()