Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h59 static bool WillUseFastUnwind(bool request_fast_unwind) { in WillUseFastUnwind() function
H A Dsanitizer_stacktrace_libcdep.cc72 if (!WillUseFastUnwind(request_fast_unwind)) { in Unwind()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.cc153 if (!StackTrace::WillUseFastUnwind(request_fast_unwind)) { in GetStackTrace()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan.cc228 if (!t || !StackTrace::WillUseFastUnwind(request_fast_unwind)) { in GetStackTrace()