Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp26 struct CrashRecoveryContextImpl { struct
31 const CrashRecoveryContextImpl *Next;
33 CrashRecoveryContext *CRC;
34 std::string Backtrace;
36 volatile unsigned Failed : 1;
37 unsigned SwitchedThread : 1;
40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument
46 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
53 void setSwitchedThread() { in setSwitchedThread()
59 void HandleCrash() { in HandleCrash()