Home
last modified time | relevance | path

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

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