Searched defs:RunSafely (Results 1 – 7 of 7) sorted by relevance
175 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext347 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
83 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
74 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
301 bool CrashRecoveryContext::RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function in CrashRecoveryContext
315 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
186 def RunSafely(self, args, kwds): member in NewCmd
7784 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function