Home
last modified time | relevance | path

Searched refs:isRecoveringFromCrash (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h68 static bool isRecoveringFromCrash();
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp82 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash() function in CrashRecoveryContext
/external/clang/lib/Basic/
DDiagnostic.cpp756 …assert((NumFreeListEntries == NumCached || llvm::CrashRecoveryContext::isRecoveringFromCrash()) &&… in ~StorageAllocator()