Home
last modified time | relevance | path

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

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