Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h57 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
259 cleanup->getContext()->registerCleanup(cleanup); in CrashRecoveryContextCleanupRegistrar()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp157 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() function in CrashRecoveryContext