Searched defs:RunSafely (Results 1 – 4 of 4) sorted by relevance
76 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
316 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
173 def RunSafely(self, args, kwds): member in NewCmd
7360 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function