Searched refs:request_fast_unwind (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp59 bool request_fast_unwind) {
61 CHECK_EQ(request_fast_unwind, WillUseFastUnwind(request_fast_unwind));
73 if (!WillUseFastUnwind(request_fast_unwind)) {
57 Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top, uptr stack_bottom, bool request_fast_unwind) argument
H A Dsanitizer_stacktrace.h60 static bool WillUseFastUnwind(bool request_fast_unwind) { argument
65 return request_fast_unwind;
119 uptr stack_bottom, bool request_fast_unwind);

Completed in 99 milliseconds