LLVM API Documentation

Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Friends
llvm::CrashRecoveryContextCleanup Class Reference

#include <CrashRecoveryContext.h>

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

List of all members.

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 111 of file CrashRecoveryContext.h.


Constructor & Destructor Documentation

Definition at line 114 of file CrashRecoveryContext.h.

Definition at line 73 of file CrashRecoveryContext.cpp.


Member Function Documentation

virtual void llvm::CrashRecoveryContextCleanup::recoverResources ( ) [pure virtual]

Friends And Related Function Documentation

friend class CrashRecoveryContext [friend]

Definition at line 127 of file CrashRecoveryContext.h.


Member Data Documentation


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