Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDconfig.h166 extern bool logUnwinding();
177 #define _LIBUNWIND_TRACING_UNWINDING logUnwinding()
181 if (logUnwinding()) \
HDlibunwind.cpp300 bool logUnwinding() { in logUnwinding() function