|
LLVM
4.0.0
|
#include <CrashRecoveryContext.h>
Public Member Functions | |
| virtual | ~CrashRecoveryContextCleanup () |
| virtual void | recoverResources ()=0 |
| CrashRecoveryContext * | getContext () const |
Public Attributes | |
| bool | cleanupFired |
Protected Member Functions | |
| CrashRecoveryContextCleanup (CrashRecoveryContext *context) | |
Protected Attributes | |
| CrashRecoveryContext * | context |
Friends | |
| class | CrashRecoveryContext |
Definition at line 97 of file CrashRecoveryContext.h.
|
inlineprotected |
Definition at line 100 of file CrashRecoveryContext.h.
|
virtual |
Definition at line 81 of file CrashRecoveryContext.cpp.
|
inline |
Definition at line 109 of file CrashRecoveryContext.h.
References context.
Referenced by llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::CrashRecoveryContextCleanupRegistrar(), and llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::unregister().
|
pure virtual |
|
friend |
Definition at line 114 of file CrashRecoveryContext.h.
| bool llvm::CrashRecoveryContextCleanup::cleanupFired |
Definition at line 104 of file CrashRecoveryContext.h.
Referenced by llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::unregister(), and llvm::CrashRecoveryContext::~CrashRecoveryContext().
|
protected |
Definition at line 99 of file CrashRecoveryContext.h.
Referenced by llvm::CrashRecoveryContextCleanupBase< CrashRecoveryContextDestructorCleanup< T >, T >::create(), and getContext().
1.8.6