LLVM API Documentation
CrashRecoveryContext() | llvm::CrashRecoveryContext | [inline] |
Disable() | llvm::CrashRecoveryContext | [static] |
Enable() | llvm::CrashRecoveryContext | [static] |
getBacktrace() const | llvm::CrashRecoveryContext | |
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 |