HomeSort by relevance Sort by last modified time
    Searched refs:cleanupFired (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 104 : context(context), cleanupFired(false) {}
106 bool cleanupFired;
193 if (cleanup && !cleanup->cleanupFired)
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 73 tmp->cleanupFired = true;

Completed in 154 milliseconds