class CrashRecoveryContextDeleteCleanup
Declaration
template <typename T>
class CrashRecoveryContextDeleteCleanup { /* full declaration omitted */ };
Description
Cleanup handler that reclaims resource by calling 'delete' on it.
Declared at: llvm/include/llvm/Support/CrashRecoveryContext.h:191
Templates
- T
Method Overview
- public CrashRecoveryContextDeleteCleanup<T>(llvm::CrashRecoveryContext * context, T * resource)
- public void recoverResources()
Methods
¶CrashRecoveryContextDeleteCleanup<T>(
llvm::CrashRecoveryContext* context,
T* resource)
CrashRecoveryContextDeleteCleanup<T>(
llvm::CrashRecoveryContext* context,
T* resource)
Declared at: llvm/include/llvm/Support/CrashRecoveryContext.h:194
Parameters
- llvm::CrashRecoveryContext* context
- T* resource
¶void recoverResources()
void recoverResources()
Declared at: llvm/include/llvm/Support/CrashRecoveryContext.h:198