Home
last modified time | relevance | path

Searched refs:tlIsRecoveringFromCrash (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp79 tlIsRecoveringFromCrash; variable
86 const CrashRecoveryContext *PC = tlIsRecoveringFromCrash->get(); in ~CrashRecoveryContext()
87 tlIsRecoveringFromCrash->set(this); in ~CrashRecoveryContext()
95 tlIsRecoveringFromCrash->set(PC); in ~CrashRecoveryContext()
102 return tlIsRecoveringFromCrash->get() != nullptr; in isRecoveringFromCrash()
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp62 tlIsRecoveringFromCrash; variable
69 tlIsRecoveringFromCrash.set(head); in ~CrashRecoveryContext()
77 tlIsRecoveringFromCrash.erase(); in ~CrashRecoveryContext()
84 return tlIsRecoveringFromCrash.get() != 0; in isRecoveringFromCrash()