|
LLVM
4.0.0
|
#include <CrashRecoveryContext.h>
Public Member Functions | |
| CrashRecoveryContextDestructorCleanup (CrashRecoveryContext *context, T *resource) | |
| virtual void | recoverResources () |
Public Member Functions inherited from llvm::CrashRecoveryContextCleanup | |
| virtual | ~CrashRecoveryContextCleanup () |
| CrashRecoveryContext * | getContext () const |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDestructorCleanup< T >, T > | |
| static CrashRecoveryContextDestructorCleanup < T > * | create (T *x) |
Public Attributes inherited from llvm::CrashRecoveryContextCleanup | |
| bool | cleanupFired |
Protected Member Functions inherited from llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDestructorCleanup< T >, T > | |
| CrashRecoveryContextCleanupBase (CrashRecoveryContext *context, T *resource) | |
Protected Member Functions inherited from llvm::CrashRecoveryContextCleanup | |
| CrashRecoveryContextCleanup (CrashRecoveryContext *context) | |
Protected Attributes inherited from llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDestructorCleanup< T >, T > | |
| T * | resource |
Protected Attributes inherited from llvm::CrashRecoveryContextCleanup | |
| CrashRecoveryContext * | context |
Definition at line 136 of file CrashRecoveryContext.h.
|
inline |
Definition at line 139 of file CrashRecoveryContext.h.
|
inlinevirtual |
Implements llvm::CrashRecoveryContextCleanup.
Definition at line 144 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDestructorCleanup< T >, T >::resource.
1.8.6