Searched refs:CrashRecoveryContext (Results 1 – 17 of 17) sorted by relevance
33 CrashRecoveryContext *CRC;100 CrashRecoveryContext::CrashRecoveryContext() { in CrashRecoveryContext() function in CrashRecoveryContext107 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext()129 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent()140 void CrashRecoveryContext::Enable() { in Enable()149 void CrashRecoveryContext::Disable() { in Disable()208 CrashRecoveryContext::Disable(); in ExceptionFilter()285 CrashRecoveryContext::Disable(); in ExceptionHandler()367 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()449 bool CrashRecoveryContext::isCrash(int RetCode) { in isCrash()[all …]
96 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
46 class CrashRecoveryContext {51 CrashRecoveryContext();52 ~CrashRecoveryContext();69 static CrashRecoveryContext *GetCurrent();129 CrashRecoveryContext *context = nullptr;130 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup()139 CrashRecoveryContext *getContext() const { in getContext()144 friend class CrashRecoveryContext;173 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()185 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup()[all …]
186 llvm::CrashRecoveryContext crc; in lldMain()196 llvm::CrashRecoveryContext crc; in lldMain()
100 CrashRecoveryContext::throwIfCrash(val); in exitLld()106 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
68 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
1223 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
103 CrashRecoveryContext::Enable();
97 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
41 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
18 SRCS+= Support/CrashRecoveryContext.cpp
261 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
432 llvm::CrashRecoveryContext CRC; in Execute()
507 llvm::CrashRecoveryContext::Enable(); in clang_main()
837 // CrashRecoveryContext::HandleExit().
1274 bool Crashed = !llvm::CrashRecoveryContext().RunSafelyOnThread(
1115 SRCS_MIN+= Support/CrashRecoveryContext.cpp