Searched refs:CrashRecoveryContext (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h1 //===--- CrashRecoveryContext.h - Crash Recovery ----------------*- C++ -*-===//
31 /// CrashRecoveryContext::Enable(), and then executing unsafe operations via a
32 /// CrashRecoveryContext object. For example:
37 /// CrashRecoveryContext CRC;
47 class CrashRecoveryContext { class in namespace:llvm
52 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {} function in class:llvm::CrashRecoveryContext
53 ~CrashRecoveryContext();
66 static CrashRecoveryContext *GetCurrent();
113 CrashRecoveryContext *context;
114 CrashRecoveryContextCleanup(CrashRecoveryContext *contex
[all...]
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp1 //===--- CrashRecoveryContext.cpp - Crash Recovery ------------------------===//
10 #include "llvm/Support/CrashRecoveryContext.h"
29 CrashRecoveryContext *CRC;
36 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC),
75 CrashRecoveryContext::~CrashRecoveryContext() {
92 bool CrashRecoveryContext::isRecoveringFromCrash() {
96 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() {
107 void CrashRecoveryContext
[all...]
H A DAndroid.mk17 CrashRecoveryContext.cpp \
/external/clang/tools/libclang/
H A DCIndexer.h24 class CrashRecoveryContext;
79 bool RunSafely(llvm::CrashRecoveryContext &CRC,
H A DIndexing.cpp30 #include "llvm/Support/CrashRecoveryContext.h"
1002 llvm::CrashRecoveryContext CRC;
1053 llvm::CrashRecoveryContext CRC;
H A DCIndex.cpp44 #include "llvm/Support/CrashRecoveryContext.h"
2635 llvm::CrashRecoveryContext::Enable();
2676 llvm::CrashRecoveryContext::Enable();
2678 llvm::CrashRecoveryContext::Disable();
2916 llvm::CrashRecoveryContext CRC;
3006 llvm::CrashRecoveryContext CRC;
3116 llvm::CrashRecoveryContext CRC;
5976 llvm::CrashRecoveryContext CRC;
6796 bool RunSafely(llvm::CrashRecoveryContext &CRC,
H A DCIndexCodeCompletion.cpp33 #include "llvm/Support/CrashRecoveryContext.h"
834 llvm::CrashRecoveryContext CRC;
/external/clang/lib/Lex/
H A DPragma.cpp25 #include "llvm/Support/CrashRecoveryContext.h"
885 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent();
/external/clang/lib/Basic/
H A DDiagnostic.cpp21 #include "llvm/Support/CrashRecoveryContext.h"
991 llvm::CrashRecoveryContext::isRecoveringFromCrash()) &&
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp37 #include "llvm/Support/CrashRecoveryContext.h"
967 llvm::CrashRecoveryContext CRC;

Completed in 2875 milliseconds