Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.h164 class ScopedUnwinding {
166 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function
169 ~ScopedUnwinding() { thread->setUnwinding(false); } in ~ScopedUnwinding()
Dasan_stack.h50 ScopedUnwinding unwind_scope(t); in GetStackTraceWithPcBpAndContext()