Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp36 CrashRecoveryContext *CRC;
99 CrashRecoveryContext::CrashRecoveryContext() { in CrashRecoveryContext() function in CrashRecoveryContext
106 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 …]
H A DProcess.cpp97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h46 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 …]
/freebsd-13.1/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp178 llvm::CrashRecoveryContext crc; in safeLldMain()
187 llvm::CrashRecoveryContext crc; in safeLldMain()
214 CrashRecoveryContext::Enable(); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp69 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
H A DDiagnostic.cpp1162 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp69 CrashRecoveryContext::throwIfCrash(val); in exitLld()
75 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp98 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
/freebsd-13.1/lib/clang/libllvmminimal/
H A DMakefile19 SRCS+= Support/CrashRecoveryContext.cpp
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp260 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp397 llvm::CrashRecoveryContext CRC; in Execute()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp497 llvm::CrashRecoveryContext::Enable(); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1163 llvm::CrashRecoveryContext CRC;
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile939 SRCS_MIN+= Support/CrashRecoveryContext.cpp