Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp219 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable() local
220 if (currentHandle) { in Disable()
222 ::RemoveVectoredExceptionHandler(currentHandle); in Disable()
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp202 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable() local
203 if (currentHandle) { in Disable()
205 ::RemoveVectoredExceptionHandler(currentHandle); in Disable()