Searched refs:CrashRecoveryContext (Results 1 – 15 of 15) sorted by relevance
36 CrashRecoveryContext *CRC;99 CrashRecoveryContext::CrashRecoveryContext() { in CrashRecoveryContext() function in CrashRecoveryContext106 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext()124 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash()128 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent()139 void CrashRecoveryContext::Enable() { in Enable()148 void CrashRecoveryContext::Disable() { in Disable()207 CrashRecoveryContext::Disable(); in ExceptionFilter()284 CrashRecoveryContext::Disable(); in ExceptionHandler()366 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()[all …]
97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
46 class CrashRecoveryContext {51 CrashRecoveryContext();52 ~CrashRecoveryContext();69 static CrashRecoveryContext *GetCurrent();127 CrashRecoveryContext *context = nullptr;128 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup()137 CrashRecoveryContext *getContext() const { in getContext()142 friend class CrashRecoveryContext;171 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()183 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup()[all …]
178 llvm::CrashRecoveryContext crc; in safeLldMain()187 llvm::CrashRecoveryContext crc; in safeLldMain()214 CrashRecoveryContext::Enable(); in main()
69 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
1162 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
69 CrashRecoveryContext::throwIfCrash(val); in exitLld()75 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
98 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
19 SRCS+= Support/CrashRecoveryContext.cpp
260 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
397 llvm::CrashRecoveryContext CRC; in Execute()
497 llvm::CrashRecoveryContext::Enable(); in main()
1163 llvm::CrashRecoveryContext CRC;
939 SRCS_MIN+= Support/CrashRecoveryContext.cpp