Home
last modified time | relevance | path

Searched defs:fast (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan.h23 #define GET_STACK_TRACE(max_size, fast) \ argument
H A Dlsan.cpp45 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_stack.h35 #define GET_STACK_TRACE(max_size, fast) \ argument
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
H A Dubsan_diag.cpp40 bool fast = StackTrace::WillUseFastUnwind(request_fast); in ubsan_GetStackTrace() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_stack.h35 #define GET_STACK_TRACE(max_size, fast) \ argument
H A Dasan_errors.cpp26 bool fast = common_flags()->fast_unwind_on_fatal; in OnStackUnwind() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp54 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_stack_trace.cpp54 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dmakefile24 fast: target
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp112 bool fast = common_flags()->fast_unwind_on_fatal; in ReportMmapWriteExec() local
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_math.h51 #define __FAST_OR_SLOW(fast, slow) fast argument
53 #define __FAST_OR_SLOW(fast, slow) slow argument
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml88 let fast = 8 var
H A Dllvm.mli134 val fast : int (** [fast] is the calling convention to allow LLVM val