Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp141 CHECK_EQ(request_fast_unwind, WillUseFastUnwind(request_fast_unwind)); in Unwind()
153 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.cpp156 if (StackTrace::WillUseFastUnwind(fast)) { in ReportMmapWriteExec()
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
H A Dubsan_diag.cpp40 bool fast = StackTrace::WillUseFastUnwind(request_fast); in ubsan_GetStackTrace()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp39 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp54 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.cpp62 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp45 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp25 if (!StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp339 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
345 if (StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp984 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) {