Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h69 static CrashRecoveryContext *GetCurrent();
171 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DProcess.cpp97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
H A DCrashRecoveryContext.cpp127 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext