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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc62 if (!WillUseFastUnwind(request_fast_unwind)) {
H A Dsanitizer_stacktrace.h57 static bool WillUseFastUnwind(bool request_fast_unwind) { function in struct:__sanitizer::StackTrace
/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc39 if (StackTrace::WillUseFastUnwind(false))
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan.cc223 if (!t || !StackTrace::WillUseFastUnwind(request_fast_unwind)) {

Completed in 117 milliseconds