LLVM
8.0.1
|
This is the complete list of members for llvm::CrashRecoveryContext, including all inherited members.
CrashRecoveryContext() | llvm::CrashRecoveryContext | inline |
Disable() | llvm::CrashRecoveryContext | static |
Enable() | llvm::CrashRecoveryContext | static |
GetCurrent() | llvm::CrashRecoveryContext | static |
HandleCrash() | llvm::CrashRecoveryContext | |
isRecoveringFromCrash() | llvm::CrashRecoveryContext | static |
registerCleanup(CrashRecoveryContextCleanup *cleanup) | llvm::CrashRecoveryContext | |
RunSafely(function_ref< void()> Fn) | llvm::CrashRecoveryContext | |
RunSafely(void(*Fn)(void *), void *UserData) | llvm::CrashRecoveryContext | inline |
RunSafelyOnThread(function_ref< void()>, unsigned RequestedStackSize=0) | llvm::CrashRecoveryContext | |
RunSafelyOnThread(void(*Fn)(void *), void *UserData, unsigned RequestedStackSize=0) | llvm::CrashRecoveryContext | inline |
unregisterCleanup(CrashRecoveryContextCleanup *cleanup) | llvm::CrashRecoveryContext | |
~CrashRecoveryContext() | llvm::CrashRecoveryContext |