Home
last modified time | relevance | path

Searched refs:request_fast (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_stack.cpp33 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/
Dasan_stack.cpp57 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/
Dbacktrace_sanitizer_common.cpp23 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/
Dbacktrace_sanitizer_common.cpp23 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/
Dlsan.cpp35 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/
Dubsan_diag_standalone.cpp20 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/
Dtsan_stack_trace.cpp54 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/
Dsanitizer_stacktrace.h112 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/
Dmsan.cpp306 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/
Dhwasan.cpp188 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/
Ddfsan.cpp423 bool request_fast, in UnwindImpl() argument