LLVM API Documentation
#include <CrashRecoveryContext.h>


Static Public Member Functions | |
| static DERIVED * | create (T *x) |
Protected Member Functions | |
| CrashRecoveryContextCleanupBase (CrashRecoveryContext *context, T *resource) | |
Protected Attributes | |
| T * | resource |
Definition at line 132 of file CrashRecoveryContext.h.
| llvm::CrashRecoveryContextCleanupBase< DERIVED, T >::CrashRecoveryContextCleanupBase | ( | CrashRecoveryContext * | context, |
| T * | resource | ||
| ) | [inline, protected] |
Definition at line 135 of file CrashRecoveryContext.h.
| static DERIVED* llvm::CrashRecoveryContextCleanupBase< DERIVED, T >::create | ( | T * | x | ) | [inline, static] |
Definition at line 138 of file CrashRecoveryContext.h.
T* llvm::CrashRecoveryContextCleanupBase< DERIVED, T >::resource [protected] |
Definition at line 134 of file CrashRecoveryContext.h.