Searched refs:isRecoveringFromCrash (Results 1 – 3 of 3) sorted by relevance
68 static bool isRecoveringFromCrash();
82 bool CrashRecoveryContext::isRecoveringFromCrash() { in isRecoveringFromCrash() function in CrashRecoveryContext
756 …assert((NumFreeListEntries == NumCached || llvm::CrashRecoveryContext::isRecoveringFromCrash()) &&… in ~StorageAllocator()