Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC;
39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl()
86 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext()
104 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash()
108 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent()
119 void CrashRecoveryContext::Enable() { in Enable()
128 void CrashRecoveryContext::Disable() { in Disable()
233 CrashRecoveryContext::Disable(); in ExceptionHandler()
310 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
365 void CrashRecoveryContext::HandleCrash() { in HandleCrash()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h47 class CrashRecoveryContext {
52 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {} in CrashRecoveryContext() function
53 ~CrashRecoveryContext();
70 static CrashRecoveryContext *GetCurrent();
115 CrashRecoveryContext *context;
116 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup()
125 CrashRecoveryContext *getContext() const { in getContext()
130 friend class CrashRecoveryContext;
159 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
171 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp99 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp256 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1107 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp1147 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~StorageAllocator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1133 llvm::CrashRecoveryContext CRC;
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile790 SRCS_MIN+= Support/CrashRecoveryContext.cpp