Home
last modified time | relevance | path

Searched refs:sCurrentExceptionHandle (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp253 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
261 sCurrentExceptionHandle.set(handle); in installExceptionOrSignalHandlers()
265 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in uninstallExceptionOrSignalHandlers()
271 sCurrentExceptionHandle.set(NULL); in uninstallExceptionOrSignalHandlers()