Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_stack.cpp32 class ScopedUnwinding { class
34 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function in __asan::__anon8a849fbd0111::ScopedUnwinding
/external/compiler-rt/lib/asan/
Dasan_thread.h166 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function