Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDCrashRecoveryContext.cpp27 struct CrashRecoveryContextImpl { struct
28 CrashRecoveryContext *CRC;
29 std::string Backtrace;
31 volatile unsigned Failed : 1;
32 unsigned SwitchedThread : 1;
35 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument
40 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
47 void setSwitchedThread() { SwitchedThread = true; } in setSwitchedThread()
49 void HandleCrash() { in HandleCrash()