Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
H A Dubsan_diag.cpp39 if (StackTrace::WillUseFastUnwind(fast)) { in ubsan_GetStackTrace()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp140 CHECK_EQ(request_fast_unwind, WillUseFastUnwind(request_fast_unwind)); in Unwind()
152 if (!WillUseFastUnwind(request_fast_unwind)) { in Unwind()
H A Dsanitizer_stacktrace.h70 static bool WillUseFastUnwind(bool request_fast_unwind) { in WillUseFastUnwind() function
H A Dsanitizer_symbolizer_report.cpp107 if (StackTrace::WillUseFastUnwind(fast)) { in ReportMmapWriteExec()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp39 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp58 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.cpp62 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp25 if (!StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp44 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp308 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
314 if (StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp771 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()