Searched refs:CrashRecoveryContext (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 33 CrashRecoveryContext *CRC; 39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() 78 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContext>> 83 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext() 86 const CrashRecoveryContext *PC = tlIsRecoveringFromCrash->get(); in ~CrashRecoveryContext() 101 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash() 105 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() 116 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() 127 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() 173 CrashRecoveryContext::Disable(); in ExceptionHandler() [all …]
|
D | CMakeLists.txt | 45 CrashRecoveryContext.cpp
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CrashRecoveryContext.cpp | 27 CrashRecoveryContext *CRC; 33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() 66 CrashRecoveryContext::~CrashRecoveryContext() { in ~CrashRecoveryContext() 83 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash() 87 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() 98 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() 109 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() 155 CrashRecoveryContext::Disable(); in ExceptionHandler() 178 void CrashRecoveryContext::Enable() { in Enable() 194 void CrashRecoveryContext::Disable() { in Disable() [all …]
|
/external/llvm/include/llvm/Support/ |
D | CrashRecoveryContext.h | 41 class CrashRecoveryContext { 46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {} in CrashRecoveryContext() function 47 ~CrashRecoveryContext(); 60 static CrashRecoveryContext *GetCurrent(); 99 CrashRecoveryContext *context; 100 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup() 109 CrashRecoveryContext *getContext() const { in getContext() 114 friend class CrashRecoveryContext; 122 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() 128 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CrashRecoveryContext.h | 45 class CrashRecoveryContext { 50 CrashRecoveryContext() : Impl(0), head(0) {} in CrashRecoveryContext() function 51 ~CrashRecoveryContext(); 64 static CrashRecoveryContext *GetCurrent(); 102 CrashRecoveryContext *context; 103 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup() 111 CrashRecoveryContext *getContext() const { in getContext() 116 friend class CrashRecoveryContext; 124 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T* resource) in CrashRecoveryContextCleanupBase() 129 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create() [all …]
|
/external/clang/tools/libclang/ |
D | CIndexer.h | 27 class CrashRecoveryContext; variable 90 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
|
D | Indexing.cpp | 885 llvm::CrashRecoveryContext CRC; in clang_indexSourceFileFullArgv() 939 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit()
|
D | CIndexCodeCompletion.cpp | 825 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt()
|
D | CIndex.cpp | 3062 llvm::CrashRecoveryContext::Enable(); in clang_createIndex() 3110 llvm::CrashRecoveryContext::Enable(); in clang_toggleCrashRecovery() 3112 llvm::CrashRecoveryContext::Disable(); in clang_toggleCrashRecovery() 3358 llvm::CrashRecoveryContext CRC; in clang_parseTranslationUnit2FullArgv() 3746 llvm::CrashRecoveryContext CRC; in clang_saveTranslationUnit() 3848 llvm::CrashRecoveryContext CRC; in clang_reparseTranslationUnit() 6852 llvm::CrashRecoveryContext CRC; in clang_annotateTokens() 7784 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 101 llvm::CrashRecoveryContext CRC; in onBodySynthesis()
|
/external/clang/lib/Parse/ |
D | ParseAST.cpp | 39 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup()
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 911 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma()
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 224 lib/Support/CrashRecoveryContext.cpp \
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 1012 llvm::CrashRecoveryContext::isRecoveringFromCrash()) && in ~StorageAllocator()
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1044 llvm::CrashRecoveryContext CRC; in compileModuleImpl()
|
/external/swiftshader/ |
D | CMakeLists.txt | 366 ${LLVM_DIR}/lib/Support/CrashRecoveryContext.cpp
|