Home
last modified time | relevance | path

Searched refs:CrashRecoveryContext (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC;
100 CrashRecoveryContext::CrashRecoveryContext() { in CrashRecoveryContext() function in CrashRecoveryContext
107 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 …]
H A DProcess.cpp96 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h46 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 …]
/freebsd-14.2/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp186 llvm::CrashRecoveryContext crc; in lldMain()
196 llvm::CrashRecoveryContext crc; in lldMain()
H A DErrorHandler.cpp100 CrashRecoveryContext::throwIfCrash(val); in exitLld()
106 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp68 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
H A DDiagnostic.cpp1223 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
/freebsd-14.2/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp103 CrashRecoveryContext::Enable();
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp97 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp41 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
/freebsd-14.2/lib/clang/libllvmminimal/
H A DMakefile18 SRCS+= Support/CrashRecoveryContext.cpp
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp261 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp432 llvm::CrashRecoveryContext CRC; in Execute()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp507 llvm::CrashRecoveryContext::Enable(); in clang_main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc837 // CrashRecoveryContext::HandleExit().
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1274 bool Crashed = !llvm::CrashRecoveryContext().RunSafelyOnThread(
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1115 SRCS_MIN+= Support/CrashRecoveryContext.cpp