Searched defs:ScopedUnwinding (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ | ||
D | asan_stack.cpp | 32 class ScopedUnwinding { class |
/external/compiler-rt/lib/asan/ | ||
D | asan_thread.h | 166 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function |