/external/llvm-project/compiler-rt/lib/memprof/ |
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()
|
/external/llvm-project/compiler-rt/lib/asan/ |
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()
|
/external/gwp_asan/gwp_asan/optional/ |
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()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
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()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan.cpp | 35 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 39 if (StackTrace::WillUseFastUnwind(request_fast) && in UnwindImpl() 45 if (StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_diag_standalone.cpp | 20 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 23 if (StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_stack_trace.cpp | 54 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 57 if (StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.h | 112 void Unwind(uptr pc, uptr bp, void *context, bool request_fast, 122 UnwindImpl(pc, bp, context, request_fast, max_depth); 135 void UnwindImpl(uptr pc, uptr bp, void *context, bool request_fast,
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan.cpp | 306 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 309 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl() 314 if (StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan.cpp | 188 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument 196 request_fast); in UnwindImpl()
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | dfsan.cpp | 423 bool request_fast, in UnwindImpl() argument
|