Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h70 LLVM_ABI static CrashRecoveryContext *GetCurrent();
178 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp111 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.cpp99 if (!CrashRecoveryContext::GetCurrent()) in exitLld()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23850 {"_ZN4llvm20CrashRecoveryContext10GetCurrentEv", "llvm::CrashRecoveryContext::GetCurrent()"},