Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp193 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
208 sCurrentExceptionHandle.set(handle); in Enable()
219 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable()
225 sCurrentExceptionHandle.set(NULL); in Disable()
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp176 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
191 sCurrentExceptionHandle.set(handle); in Enable()
202 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable()
208 sCurrentExceptionHandle.set(NULL); in Disable()