Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h58 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
245 cleanup->getContext()->registerCleanup(cleanup); in CrashRecoveryContextCleanupRegistrar()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp136 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() function in CrashRecoveryContext