Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp23 struct CrashRecoveryContextImpl;
26 struct CrashRecoveryContextImpl { struct
31 const CrashRecoveryContextImpl *Next; argument
45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
121 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()
133 const CrashRecoveryContextImpl *CRCI = CurrentContext; in GetCurrent()
203 const CrashRecoveryContextImpl *CRCI = CurrentContext; in ExceptionFilter()
233 Impl = new CrashRecoveryContextImpl(this); in RunSafely()
417 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); in RunSafely()
442 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *)Impl; in HandleExit()
[all …]