Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DCrashRecoveryContext.h54 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
194 cleanup->getContext()->unregisterCleanup(cleanup); in unregister()
/freebsd-9-stable/contrib/llvm/lib/Support/
DCrashRecoveryContext.cpp117 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() function in CrashRecoveryContext