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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp23 if (StackTrace::WillUseFastUnwind(request_fast)) {
H A Dubsan_diag.cpp39 if (StackTrace::WillUseFastUnwind(fast)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp40 if (StackTrace::WillUseFastUnwind(request_fast) &&
46 if (StackTrace::WillUseFastUnwind(request_fast))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp25 if (!StackTrace::WillUseFastUnwind(request_fast)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.cpp62 request_fast = StackTrace::WillUseFastUnwind(request_fast);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp57 if (StackTrace::WillUseFastUnwind(request_fast)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp61 CHECK_EQ(request_fast_unwind, WillUseFastUnwind(request_fast_unwind));
73 if (!WillUseFastUnwind(request_fast_unwind)) {
H A Dsanitizer_stacktrace.h60 static bool WillUseFastUnwind(bool request_fast_unwind) { function in struct:__sanitizer::StackTrace
H A Dsanitizer_symbolizer_report.cpp106 if (StackTrace::WillUseFastUnwind(fast)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp310 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) {
315 if (StackTrace::WillUseFastUnwind(request_fast))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp208 if (!StackTrace::WillUseFastUnwind(request_fast)) {
213 if (StackTrace::WillUseFastUnwind(request_fast))

Completed in 211 milliseconds