Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h59 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
266 cleanup->getContext()->unregisterCleanup(cleanup); in unregister()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp167 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() function in CrashRecoveryContext