Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h86 bool isUnwinding() const { return unwinding_; } in isUnwinding()
87 void setUnwinding(bool b) { unwinding_ = b; } in setUnwinding()
117 bool unwinding_; variable