Home
last modified time | relevance | path

Searched defs:isUnwinding (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h86 bool isUnwinding() const { return unwinding_; } in isUnwinding() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h139 bool isUnwinding() const { return unwinding_; } in isUnwinding() function