Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h80 bool isUnwinding() const { return unwinding_; } in isUnwinding()
81 void setUnwinding(bool b) { unwinding_ = b; } in setUnwinding()
111 bool unwinding_; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h134 bool isUnwinding() const { return unwinding_; } in isUnwinding()
135 void setUnwinding(bool b) { unwinding_ = b; } in setUnwinding()
184 bool unwinding_; variable