Searched defs:RunSafely (Results 1 – 3 of 3) sorted by relevance
225 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext411 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
8955 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function