Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp26 struct CrashRecoveryContextImpl { struct
31 const CrashRecoveryContextImpl *Next;
33 CrashRecoveryContext *CRC;
35 volatile unsigned Failed : 1;
36 unsigned SwitchedThread : 1;
37 unsigned ValidJumpBuffer : 1;
40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function
45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
52 void setSwitchedThread() { in setSwitchedThread()
62 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()