Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDCrashRecoveryContext.h64 static CrashRecoveryContext *GetCurrent();
129 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/trueos/contrib/llvm/lib/Support/
HDCrashRecoveryContext.cpp95 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDPragma.cpp886 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma()