Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan.cpp39 if (StackTrace::WillUseFastUnwind(request_fast) && in UnwindImpl()
45 if (StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc25 if (!StackTrace::WillUseFastUnwind(true)) in TryFastUnwind()
153 if (StackTrace::WillUseFastUnwind(false)) in TEST()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_libcdep.cpp67 CHECK_EQ(request_fast_unwind, WillUseFastUnwind(request_fast_unwind)); in Unwind()
79 if (!WillUseFastUnwind(request_fast_unwind)) { in Unwind()
Dsanitizer_stacktrace.h59 static bool WillUseFastUnwind(bool request_fast_unwind) { in WillUseFastUnwind() function
Dsanitizer_symbolizer_report.cpp107 if (StackTrace::WillUseFastUnwind(fast)) { in ReportMmapWriteExec()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag_standalone.cpp23 if (StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
Dubsan_diag.cpp39 if (StackTrace::WillUseFastUnwind(fast)) { in ubsan_GetStackTrace()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_stack.cpp39 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_stack.cpp62 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_stack_trace.cpp57 if (StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_libcdep.cc71 if (!WillUseFastUnwind(request_fast_unwind)) { in Unwind()
Dsanitizer_stacktrace.h57 static bool WillUseFastUnwind(bool request_fast_unwind) { in WillUseFastUnwind() function
/external/gwp_asan/gwp_asan/optional/
Dbacktrace_sanitizer_common.cpp25 if (!StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dbacktrace_sanitizer_common.cpp25 if (!StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan.cpp309 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
314 if (StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc39 if (StackTrace::WillUseFastUnwind(false)) in MaybePrintStackTrace()
/external/compiler-rt/lib/msan/
Dmsan.cc223 if (!t || !StackTrace::WillUseFastUnwind(request_fast_unwind)) { in GetStackTrace()