LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
llvm::CrashRecoveryContextCleanup Class Referenceabstract

#include <CrashRecoveryContext.h>

Inheritance diagram for llvm::CrashRecoveryContextCleanup:
Inheritance graph
[legend]
Collaboration diagram for llvm::CrashRecoveryContextCleanup:
Collaboration graph
[legend]

Public Member Functions

virtual ~CrashRecoveryContextCleanup ()
 
virtual void recoverResources ()=0
 
CrashRecoveryContextgetContext () const
 

Public Attributes

bool cleanupFired
 

Protected Member Functions

 CrashRecoveryContextCleanup (CrashRecoveryContext *context)
 

Protected Attributes

CrashRecoveryContextcontext
 

Friends

class CrashRecoveryContext
 

Detailed Description

Definition at line 100 of file CrashRecoveryContext.h.

Constructor & Destructor Documentation

llvm::CrashRecoveryContextCleanup::CrashRecoveryContextCleanup ( CrashRecoveryContext context)
inlineprotected

Definition at line 103 of file CrashRecoveryContext.h.

CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup ( )
virtual

Definition at line 72 of file CrashRecoveryContext.cpp.

Member Function Documentation

CrashRecoveryContext* llvm::CrashRecoveryContextCleanup::getContext ( ) const
inline
virtual void llvm::CrashRecoveryContextCleanup::recoverResources ( )
pure virtual

Friends And Related Function Documentation

friend class CrashRecoveryContext
friend

Definition at line 116 of file CrashRecoveryContext.h.

Member Data Documentation

bool llvm::CrashRecoveryContextCleanup::cleanupFired
CrashRecoveryContext* llvm::CrashRecoveryContextCleanup::context
protected

The documentation for this class was generated from the following files: