| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 35 CrashRecoveryContext *CRC; 42 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() 90 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContext>> 98 CrashRecoveryContext::CrashRecoveryContext() { in CrashRecoveryContext() function in CrashRecoveryContext 105 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext() 108 const CrashRecoveryContext *PC = tlIsRecoveringFromCrash->get(); in ~CrashRecoveryContext() 123 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash() 127 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() 138 void CrashRecoveryContext::Enable() { in Enable() 147 void CrashRecoveryContext::Disable() { in Disable() [all …]
|
| H A D | Process.cpp | 97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
|
| H A D | CMakeLists.txt | 114 CrashRecoveryContext.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | CrashRecoveryContext.h | 46 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; 161 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() 171 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexer.h | 23 class CrashRecoveryContext; variable 115 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
|
| H A D | Indexing.cpp | 908 llvm::CrashRecoveryContext CRC; in clang_indexSourceFileFullArgv() 957 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit()
|
| H A D | CIndexCodeCompletion.cpp | 873 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt()
|
| H A D | CIndex.cpp | 3430 llvm::CrashRecoveryContext::Enable(); in clang_createIndex() 3484 llvm::CrashRecoveryContext::Enable(); in clang_toggleCrashRecovery() 3486 llvm::CrashRecoveryContext::Disable(); in clang_toggleCrashRecovery() 3757 llvm::CrashRecoveryContext CRC; in clang_parseTranslationUnit2FullArgv() 4179 llvm::CrashRecoveryContext CRC; in clang_saveTranslationUnit() 4288 llvm::CrashRecoveryContext CRC; in clang_reparseTranslationUnit() 7832 llvm::CrashRecoveryContext CRC; in clang_annotateTokens() 8955 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 97 CrashRecoveryContext CRC; in runAndSample() 98 CrashRecoveryContext::Enable(); in runAndSample() 104 CrashRecoveryContext::Disable(); in runAndSample()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Stack.cpp | 69 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
|
| H A D | Diagnostic.cpp | 1162 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 98 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMSupport/ |
| H A D | Makefile | 38 CrashRecoveryContext.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Support/ |
| H A D | BUILD.gn | 63 "CrashRecoveryContext.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 260 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Job.cpp | 396 llvm::CrashRecoveryContext CRC; in Execute()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
| H A D | driver.cpp | 502 llvm::CrashRecoveryContext::Enable(); in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1146 llvm::CrashRecoveryContext CRC;
|