Home
last modified time | relevance | path

Searched refs:RunSafely (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h82 bool RunSafely(function_ref<void()> Fn);
83 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
84 return RunSafely([&]() { Fn(UserData); }); in RunSafely()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp175 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
347 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
402 Info->Result = Info->CRC->RunSafely(Info->Fn); in RunSafelyOnThread_Dispatch()