Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp35 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 DProcess.cpp97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
H A DCMakeLists.txt114 CrashRecoveryContext.cpp
/netbsd-src/external/apache2/llvm/dist/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;
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 DCIndexer.h23 class CrashRecoveryContext; variable
115 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
H A DIndexing.cpp908 llvm::CrashRecoveryContext CRC; in clang_indexSourceFileFullArgv()
957 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit()
H A DCIndexCodeCompletion.cpp873 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt()
H A DCIndex.cpp3430 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 DBenchmarkRunner.cpp97 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 DStack.cpp69 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow()
H A DDiagnostic.cpp1162 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~DiagStorageAllocator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp98 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
/netbsd-src/external/apache2/llvm/lib/libLLVMSupport/
H A DMakefile38 CrashRecoveryContext.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn63 "CrashRecoveryContext.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp260 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() { in visitModuleFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp396 llvm::CrashRecoveryContext CRC; in Execute()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Ddriver.cpp502 llvm::CrashRecoveryContext::Enable(); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1146 llvm::CrashRecoveryContext CRC;