Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp321 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in uninstallExceptionOrSignalHandlers() local
322 if (currentHandle) { in uninstallExceptionOrSignalHandlers()
324 ::RemoveVectoredExceptionHandler(currentHandle); in uninstallExceptionOrSignalHandlers()