LLVM 20.0.0git
|
#include "llvm/ADT/STLFunctionalExtras.h"
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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |