LLVM API Documentation
#include <CrashRecoveryContext.h>
Public Member Functions | |
CrashRecoveryContextDestructorCleanup (CrashRecoveryContext *context, T *resource) | |
virtual void | recoverResources () |
![]() | |
virtual | ~CrashRecoveryContextCleanup () |
CrashRecoveryContext * | getContext () const |
Additional Inherited Members | |
![]() | |
static CrashRecoveryContextDestructorCleanup < T > * | create (T *x) |
![]() | |
bool | cleanupFired |
![]() | |
CrashRecoveryContextCleanupBase (CrashRecoveryContext *context, T *resource) | |
![]() | |
CrashRecoveryContextCleanup (CrashRecoveryContext *context) | |
![]() | |
T * | resource |
![]() | |
CrashRecoveryContext * | context |
Definition at line 137 of file CrashRecoveryContext.h.
|
inline |
Definition at line 140 of file CrashRecoveryContext.h.
|
inlinevirtual |
Implements llvm::CrashRecoveryContextCleanup.
Definition at line 145 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDestructorCleanup< T >, T >::resource.