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

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

Completed in 51 milliseconds