Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dconfig.h102 extern bool logUnwinding();
119 if ( logUnwinding() ) _LIBUNWIND_LOG(msg, __VA_ARGS__); \
121 #define _LIBUNWIND_TRACING_UNWINDING logUnwinding()
Dlibunwind.cpp354 bool logUnwinding() { in logUnwinding() function