Home
last modified time | relevance | path

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

/freebsd/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.cpp111 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h47 class CrashRecoveryContext {
52 LLVM_ABI CrashRecoveryContext();
53 LLVM_ABI ~CrashRecoveryContext();
70 LLVM_ABI static CrashRecoveryContext *GetCurrent();
134 CrashRecoveryContext *context = nullptr;
135 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup()
144 CrashRecoveryContext *getContext() const { in getContext()
149 friend class CrashRecoveryContext;
168 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase()
178 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
[all …]
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp186 llvm::CrashRecoveryContext crc; in lldMain()
196 llvm::CrashRecoveryContext crc; in lldMain()
H A DErrorHandler.cpp93 CrashRecoveryContext::throwIfCrash(val); in exitLld()
99 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp49 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
H A DDiagnostic.cpp1510 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
/freebsd/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp35 #include "llvm/Support/CrashRecoveryContext.h"
103 CrashRecoveryContext::Enable();
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp96 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp260 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp373 llvm::CrashRecoveryContext::Enable(); in clang_main()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp428 llvm::CrashRecoveryContext CRC; in Execute()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc783 // CrashRecoveryContext::HandleExit().
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1288 bool Crashed = !llvm::CrashRecoveryContext().RunSafelyOnNewStack( in compileModule()
/freebsd/lib/clang/libllvm/
H A DMakefile1246 SRCS_MIN+= Support/CrashRecoveryContext.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23848 {"_ZN4llvm20CrashRecoveryContextD1Ev", "llvm::CrashRecoveryContext::~CrashRecoveryContext()"},
23849 {"_ZN4llvm20CrashRecoveryContextD2Ev", "llvm::CrashRecoveryContext::~CrashRecoveryContext()"},
23850 {"_ZN4llvm20CrashRecoveryContext10GetCurrentEv", "llvm::CrashRecoveryContext::GetCurrent()"},
23851 {"_ZN4llvm20CrashRecoveryContext6EnableEv", "llvm::CrashRecoveryContext::Enable()"},
23853 {"_ZN4llvm20CrashRecoveryContext7DisableEv", "llvm::CrashRecoveryContext::Disable()"},
23854 {"_ZN4llvm20CrashRecoveryContext9RunSafelyEPFvPvES1_", "llvm::CrashRecoveryContext::RunSafely(void …
23855 {"_ZN4llvm20CrashRecoveryContext11HandleCrashEv", "llvm::CrashRecoveryContext::HandleCrash()"},
23856 {"_ZNK4llvm20CrashRecoveryContext12getBacktraceEv", "llvm::CrashRecoveryContext::getBacktrace() con…
23857 {"_ZN4llvm20CrashRecoveryContext17RunSafelyOnThreadEPFvPvES1_j", "llvm::CrashRecoveryContext::RunSa…