LLVM  8.0.1
Classes | Namespaces
CrashRecoveryContext.h File Reference
#include "llvm/ADT/STLExtras.h"
Include dependency graph for CrashRecoveryContext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::CrashRecoveryContext
 Crash recovery helper object. More...
 
class  llvm::CrashRecoveryContextCleanup
 Abstract base class of cleanup handlers. More...
 
class  llvm::CrashRecoveryContextCleanupBase< Derived, T >
 Base class of cleanup handler that controls recovery of resources of the given type. More...
 
class  llvm::CrashRecoveryContextDestructorCleanup< T >
 Cleanup handler that reclaims resource by calling destructor on it. More...
 
class  llvm::CrashRecoveryContextDeleteCleanup< T >
 Cleanup handler that reclaims resource by calling 'delete' on it. More...
 
class  llvm::CrashRecoveryContextReleaseRefCleanup< T >
 Cleanup handler that reclaims resource by calling its method 'Release'. More...
 
class  llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >
 Helper class for managing resource cleanups. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.