Home
last modified time | relevance | path

Searched defs:RunSafely (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h74 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp301 bool CrashRecoveryContext::RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function in CrashRecoveryContext
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp315 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
/external/clang/tools/libclang/
DCIndex.cpp7784 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function