Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp33 bool request_fast, in UnwindImpl() argument
39 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
41 if (request_fast) { in UnwindImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp20 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument
24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
H A Dubsan_diag.cpp36 uptr bp, void *context, bool request_fast) { in ubsan_GetStackTrace() argument
40 bool fast = StackTrace::WillUseFastUnwind(request_fast); in ubsan_GetStackTrace()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_stack.cpp23 bool request_fast, u32 max_depth) { in UnwindImpl() argument
27 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp50 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument
54 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h120 void Unwind(uptr pc, uptr bp, void *context, bool request_fast,
130 UnwindImpl(pc, bp, context, request_fast, max_depth);
143 void UnwindImpl(uptr pc, uptr bp, void *context, bool request_fast,
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp36 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument
45 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp336 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument
339 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
345 if (StackTrace::WillUseFastUnwind(request_fast)) in UnwindImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp275 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl() argument
283 request_fast); in UnwindImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp987 bool request_fast, in UnwindImpl() argument
991 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) { in UnwindImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp181 bool request_fast, in UnwindImpl() argument