Searched refs:CrashRecoveryContext (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 33 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 D | Process.cpp | 111 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CrashRecoveryContext.h | 47 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 D | DriverDispatcher.cpp | 186 llvm::CrashRecoveryContext crc; in lldMain() 196 llvm::CrashRecoveryContext crc; in lldMain()
|
| H A D | ErrorHandler.cpp | 93 CrashRecoveryContext::throwIfCrash(val); in exitLld() 99 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Stack.cpp | 49 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
|
| H A D | Diagnostic.cpp | 1510 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
|
| /freebsd/contrib/llvm-project/lld/tools/lld/ |
| H A D | lld.cpp | 35 #include "llvm/Support/CrashRecoveryContext.h" 103 CrashRecoveryContext::Enable();
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 96 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 260 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | driver.cpp | 373 llvm::CrashRecoveryContext::Enable(); in clang_main()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 428 llvm::CrashRecoveryContext CRC; in Execute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 783 // CrashRecoveryContext::HandleExit().
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1288 bool Crashed = !llvm::CrashRecoveryContext().RunSafelyOnNewStack( in compileModule()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1246 SRCS_MIN+= Support/CrashRecoveryContext.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23848 {"_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…
|