|
LLVM
8.0.1
|
Cleanup handler that reclaims resource by calling 'delete' on it. More...
#include "llvm/Support/CrashRecoveryContext.h"


Public Member Functions | |
| CrashRecoveryContextDeleteCleanup (CrashRecoveryContext *context, T *resource) | |
| void | recoverResources () override |
Public Member Functions inherited from llvm::CrashRecoveryContextCleanup | |
| virtual | ~CrashRecoveryContextCleanup () |
| CrashRecoveryContext * | getContext () const |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDeleteCleanup< T >, T > | |
| static CrashRecoveryContextDeleteCleanup< T > * | create (T *x) |
| Creates cleanup handler. More... | |
Public Attributes inherited from llvm::CrashRecoveryContextCleanup | |
| bool | cleanupFired |
Protected Member Functions inherited from llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDeleteCleanup< T >, T > | |
| CrashRecoveryContextCleanupBase (CrashRecoveryContext *context, T *resource) | |
Protected Member Functions inherited from llvm::CrashRecoveryContextCleanup | |
| CrashRecoveryContextCleanup (CrashRecoveryContext *context) | |
Protected Attributes inherited from llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDeleteCleanup< T >, T > | |
| T * | resource |
Protected Attributes inherited from llvm::CrashRecoveryContextCleanup | |
| CrashRecoveryContext * | context |
Cleanup handler that reclaims resource by calling 'delete' on it.
Definition at line 183 of file CrashRecoveryContext.h.
|
inline |
Definition at line 186 of file CrashRecoveryContext.h.
|
inlineoverridevirtual |
Implements llvm::CrashRecoveryContextCleanup.
Definition at line 190 of file CrashRecoveryContext.h.
1.8.13