Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h69 static CrashRecoveryContext *GetCurrent();
173 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp112 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
H A DCrashRecoveryContext.cpp129 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp106 if (!CrashRecoveryContext::GetCurrent()) in exitLld()