Searched refs:RunSafely (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CrashRecoveryContext.h | 81 bool RunSafely(function_ref<void()> Fn); 82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function 83 return RunSafely([&]() { Fn(UserData); }); in RunSafely()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 227 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext 413 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext 507 Info->Result = Info->CRC->RunSafely(Info->Fn); in RunSafelyOnThread_Dispatch()
|
| /openbsd-src/gnu/llvm/lld/tools/lld/ |
| H A D | lld.cpp | 203 if (!crc.RunSafely([&]() { in safeLldMain() 212 if (!crc.RunSafely([&]() { CommonLinkerContext::destroy(); })) { in safeLldMain()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexer.h | 115 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
|
| H A D | Indexing.cpp | 912 if (!RunSafely(CRC, IndexSourceFileImpl)) { in clang_indexSourceFileFullArgv() 961 if (!RunSafely(CRC, IndexTranslationUnitImpl)) { in clang_indexTranslationUnit()
|
| H A D | CIndexCodeCompletion.cpp | 877 if (!RunSafely(CRC, CodeCompleteAtImpl)) { in clang_codeCompleteAt()
|
| H A D | CIndex.cpp | 3985 if (!RunSafely(CRC, ParseTranslationUnitImpl)) { in clang_parseTranslationUnit2FullArgv() 4407 if (!RunSafely(CRC, SaveTranslationUnitImpl)) { in clang_saveTranslationUnit() 4516 if (!RunSafely(CRC, ReparseTranslationUnitImpl)) { in clang_reparseTranslationUnit() 8099 if (!RunSafely(CRC, AnnotateTokensImpl, GetSafetyThreadStackSize() * 2)) { in clang_annotateTokens() 9280 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function 9286 return CRC.RunSafely(Fn); in RunSafely()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 101 const bool Crashed = !CRC.RunSafely([this, Counter, ScratchPtr]() { in runAndSample()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Job.cpp | 428 if (!CRC.RunSafely([&]() { R = D.CC1Main(Argv); })) { in Execute()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 702 const bool Crashed = !CRC.RunSafely([&]() { in main()
|