LLVM API Documentation
#include <CrashRecoveryContext.h>
Public Member Functions | |
| CrashRecoveryContextCleanupRegistrar (T *x) | |
| ~CrashRecoveryContextCleanupRegistrar () | |
| void | unregister () |
Definition at line 186 of file CrashRecoveryContext.h.
| llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::CrashRecoveryContextCleanupRegistrar | ( | T * | x | ) | [inline] |
Definition at line 189 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanup::getContext(), and llvm::CrashRecoveryContext::registerCleanup().
| llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::~CrashRecoveryContextCleanupRegistrar | ( | ) | [inline] |
Definition at line 195 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::unregister().
| void llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::unregister | ( | ) | [inline] |
Definition at line 199 of file CrashRecoveryContext.h.
References llvm::CrashRecoveryContextCleanup::cleanupFired, llvm::CrashRecoveryContextCleanup::getContext(), and llvm::CrashRecoveryContext::unregisterCleanup().
Referenced by llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::~CrashRecoveryContextCleanupRegistrar().