Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp184 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
199 sCurrentExceptionHandle.set(handle); in Enable()
210 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable()
216 sCurrentExceptionHandle.set(NULL); in Disable()