Searched defs:RunSafely (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h82 bool RunSafely(void (*Fn)(void*), void *UserData) { function in class:llvm::CrashRecoveryContext
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp220 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { function in class:CrashRecoveryContext
405 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { function in class:CrashRecoveryContext

Completed in 186 milliseconds