Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h109 static bool throwIfCrash(int RetCode);
/src/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp467 bool CrashRecoveryContext::throwIfCrash(int RetCode) { in throwIfCrash() function in CrashRecoveryContext
/src/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp100 CrashRecoveryContext::throwIfCrash(val); in exitLld()