| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_stack.cpp | 33 bool request_fast, in UnwindImpl() argument 39 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() 41 if (request_fast) { in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_stack.cpp | 57 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 62 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() 67 if (request_fast) { in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
| H A D | backtrace_sanitizer_common.cpp | 23 bool request_fast, in UnwindImpl() argument 25 if (!StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl() 32 return Unwind(max_depth, pc, bp, context, top, bottom, request_fast); in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag_standalone.cpp | 20 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_stack_trace.cpp | 54 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 58 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.h | 121 void Unwind(uptr pc, uptr bp, void *context, bool request_fast, 131 UnwindImpl(pc, bp, context, request_fast, max_depth); 144 void UnwindImpl(uptr pc, uptr bp, void *context, bool request_fast,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 35 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 44 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 305 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 308 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/hwasan/ |
| H A D | hwasan.cpp | 249 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 257 request_fast); in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 767 bool request_fast, in UnwindImpl() argument 771 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
|