Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DCrashRecoveryContext.h53 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
185 cleanup->getContext()->registerCleanup(cleanup); in CrashRecoveryContextCleanupRegistrar()
/freebsd-10-stable/contrib/llvm/lib/Support/
DCrashRecoveryContext.cpp106 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() function in CrashRecoveryContext