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