Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC;
40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl()
91 static LLVM_THREAD_LOCAL const CrashRecoveryContext *IsRecoveringFromCrash;
100 CrashRecoveryContext::CrashRecoveryContext() { in CrashRecoveryContext() function in CrashRecoveryContext
107 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext()
110 const CrashRecoveryContext *PC = IsRecoveringFromCrash; in ~CrashRecoveryContext()
125 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash()
129 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent()
140 void CrashRecoveryContext::Enable() { in Enable()
149 void CrashRecoveryContext::Disable() { in Disable()
[all …]
H A DProcess.cpp112 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
/src/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;
163 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase()
173 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
[all …]
/src/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp187 llvm::CrashRecoveryContext crc; in lldMain()
197 llvm::CrashRecoveryContext crc; in lldMain()
H A DErrorHandler.cpp100 CrashRecoveryContext::throwIfCrash(val); in exitLld()
106 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
/src/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp68 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
H A DDiagnostic.cpp1223 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
/src/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp103 CrashRecoveryContext::Enable();
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp97 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp41 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
/src/lib/clang/libllvmminimal/
H A DMakefile17 SRCS+= Support/CrashRecoveryContext.cpp
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp261 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
/src/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp432 llvm::CrashRecoveryContext CRC; in Execute()
/src/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp358 llvm::CrashRecoveryContext::Enable(); in clang_main()
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc842 // CrashRecoveryContext::HandleExit().
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1282 bool Crashed = !llvm::CrashRecoveryContext().RunSafelyOnThread(
/src/lib/clang/libllvm/
H A DMakefile1142 SRCS_MIN+= Support/CrashRecoveryContext.cpp