Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h59 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
264 cleanup->getContext()->unregisterCleanup(cleanup); in unregister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp166 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() function in CrashRecoveryContext