Searched defs:RunSafely (Results 1 – 5 of 5) sorted by relevance
220 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext405 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
74 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
315 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
7784 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function