LLVM API Documentation
#include <CrashRecoveryContext.h>
Public Member Functions | |
CrashRecoveryContextDestructorCleanup (CrashRecoveryContext *context, T *resource) | |
virtual void | recoverResources () |
Definition at line 148 of file CrashRecoveryContext.h.
llvm::CrashRecoveryContextDestructorCleanup< T >::CrashRecoveryContextDestructorCleanup | ( | CrashRecoveryContext * | context, |
T * | resource | ||
) | [inline] |
Definition at line 151 of file CrashRecoveryContext.h.
virtual void llvm::CrashRecoveryContextDestructorCleanup< T >::recoverResources | ( | ) | [inline, virtual] |
Implements llvm::CrashRecoveryContextCleanup.
Definition at line 156 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDestructorCleanup< T >, T >::resource.