|
LLVM
3.7.0
|
#include <CrashRecoveryContext.h>
Static Public Member Functions | |
| static DERIVED * | create (T *x) |
Protected Member Functions | |
| CrashRecoveryContextCleanupBase (CrashRecoveryContext *context, T *resource) | |
Protected Member Functions inherited from llvm::CrashRecoveryContextCleanup | |
| CrashRecoveryContextCleanup (CrashRecoveryContext *context) | |
Protected Attributes | |
| T * | resource |
Protected Attributes inherited from llvm::CrashRecoveryContextCleanup | |
| CrashRecoveryContext * | context |
Additional Inherited Members | |
Public Member Functions inherited from llvm::CrashRecoveryContextCleanup | |
| virtual | ~CrashRecoveryContextCleanup () |
| virtual void | recoverResources ()=0 |
| CrashRecoveryContext * | getContext () const |
Public Attributes inherited from llvm::CrashRecoveryContextCleanup | |
| bool | cleanupFired |
Definition at line 129 of file CrashRecoveryContext.h.
|
inlineprotected |
Definition at line 132 of file CrashRecoveryContext.h.
|
inlinestatic |
Definition at line 135 of file CrashRecoveryContext.h.
|
protected |
Definition at line 131 of file CrashRecoveryContext.h.
1.8.6