Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h57 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
259 cleanup->getContext()->registerCleanup(cleanup); in CrashRecoveryContextCleanupRegistrar()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCrashRecoveryTest.cpp64 CRC.registerCleanup(new IncrementGlobalCleanup(&CRC)); in TEST()
72 CRC.registerCleanup(new IncrementGlobalCleanup(&CRC)); in TEST()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp156 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() function in CrashRecoveryContext