Searched refs:CrashRecoveryContext (Results 1 – 9 of 9) sorted by relevance
33 CrashRecoveryContext *CRC;39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl()86 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext()104 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash()108 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent()119 void CrashRecoveryContext::Enable() { in Enable()128 void CrashRecoveryContext::Disable() { in Disable()233 CrashRecoveryContext::Disable(); in ExceptionHandler()310 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()365 void CrashRecoveryContext::HandleCrash() { in HandleCrash()[all …]
47 class CrashRecoveryContext {52 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {} in CrashRecoveryContext() function53 ~CrashRecoveryContext();70 static CrashRecoveryContext *GetCurrent();115 CrashRecoveryContext *context;116 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup()125 CrashRecoveryContext *getContext() const { in getContext()130 friend class CrashRecoveryContext;159 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()171 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup()[all …]
99 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
256 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
1107 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma()
1147 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~StorageAllocator()
1133 llvm::CrashRecoveryContext CRC;
790 SRCS_MIN+= Support/CrashRecoveryContext.cpp