Home
last modified time | relevance | path

Searched defs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDCrashRecoveryContext.cpp26 struct CrashRecoveryContextImpl { struct
27 CrashRecoveryContext *CRC;
28 std::string Backtrace;
30 volatile unsigned Failed : 1;
31 unsigned SwitchedThread : 1;
34 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument
39 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
46 void setSwitchedThread() { SwitchedThread = true; } in setSwitchedThread()
48 void HandleCrash() { in HandleCrash()