|
LLVM
3.7.0
|
#include <CrashRecoveryContext.h>
Public Member Functions | |
| CrashRecoveryContextCleanupRegistrar (T *x) | |
| ~CrashRecoveryContextCleanupRegistrar () | |
| void | unregister () |
Definition at line 183 of file CrashRecoveryContext.h.
|
inline |
Definition at line 186 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanup::getContext(), and llvm::CrashRecoveryContext::registerCleanup().
|
inline |
Definition at line 192 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::unregister().
|
inline |
Definition at line 196 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanup::cleanupFired, llvm::CrashRecoveryContextCleanup::getContext(), and llvm::CrashRecoveryContext::unregisterCleanup().
Referenced by llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::~CrashRecoveryContextCleanupRegistrar().
1.8.6