Searched refs:request_fast (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/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) {
23 if (StackTrace::WillUseFastUnwind(request_fast)) {
19 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.cpp57 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) {
62 request_fast = StackTrace::WillUseFastUnwind(request_fast);
67 if (request_fast) {
56 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp23 bool request_fast,
25 if (!StackTrace::WillUseFastUnwind(request_fast)) {
26 return Unwind(max_depth, pc, bp, context, 0, 0, request_fast);
21 UnwindImpl(uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp54 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) {
57 if (StackTrace::WillUseFastUnwind(request_fast)) {
53 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp36 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) {
40 if (StackTrace::WillUseFastUnwind(request_fast) &&
46 if (StackTrace::WillUseFastUnwind(request_fast))
35 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h105 void Unwind(uptr pc, uptr bp, void *context, bool request_fast, argument
115 UnwindImpl(pc, bp, context, request_fast, max_depth);
128 void UnwindImpl(uptr pc, uptr bp, void *context, bool request_fast,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp201 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) {
208 if (!StackTrace::WillUseFastUnwind(request_fast)) {
211 return Unwind(max_depth, pc, bp, context, 0, 0, request_fast);
213 if (StackTrace::WillUseFastUnwind(request_fast))
200 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp307 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) {
310 if (!t || !StackTrace::WillUseFastUnwind(request_fast)) {
315 if (StackTrace::WillUseFastUnwind(request_fast))
306 UnwindImpl( uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) argument

Completed in 188 milliseconds