Home
last modified time | relevance | path

Searched refs:SANITIZER_CAN_SLOW_UNWIND (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.h34 # define SANITIZER_CAN_SLOW_UNWIND 0 macro
36 # define SANITIZER_CAN_SLOW_UNWIND 1 macro
60 else if (!SANITIZER_CAN_SLOW_UNWIND) in WillUseFastUnwind()
Dsanitizer_stacktrace_libcdep.cc72 #if SANITIZER_CAN_SLOW_UNWIND in Unwind()