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

/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp24 bool fast = StackTrace::WillUseFastUnwind(request_fast);
H A Dubsan_diag.cpp40 bool fast = StackTrace::WillUseFastUnwind(request_fast);
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp39 request_fast = StackTrace::WillUseFastUnwind(request_fast);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stack.cpp62 request_fast = StackTrace::WillUseFastUnwind(request_fast);
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan.cpp45 bool fast = StackTrace::WillUseFastUnwind(request_fast);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp54 bool fast = StackTrace::WillUseFastUnwind(request_fast);
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp25 if (!StackTrace::WillUseFastUnwind(request_fast))
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp140 CHECK_EQ(request_fast_unwind, WillUseFastUnwind(request_fast_unwind));
152 if (!WillUseFastUnwind(request_fast_unwind)) {
H A Dsanitizer_stacktrace.h70 static bool WillUseFastUnwind(bool request_fast_unwind) { function in struct:__sanitizer::StackTrace
H A Dsanitizer_symbolizer_report.cpp113 if (StackTrace::WillUseFastUnwind(fast)) {
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp330 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) {
336 if (StackTrace::WillUseFastUnwind(request_fast))
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp991 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) {

Completed in 116 milliseconds