Searched refs:ExceptionHandler (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | install_breakpad.cpp | 8 google_breakpad::ExceptionHandler *eh; 12 eh = new google_breakpad::ExceptionHandler(descriptor, NULL, dumpCallback, in InstallBreakpad()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 47 Stmt *ExceptionHandler = nullptr; member 232 if (Coro.ExceptionHandler && Kind == AwaitKind::Init && in emitSuspendExpression() 240 CXXCatchStmt(Loc, /*exDecl=*/nullptr, Coro.ExceptionHandler); in emitSuspendExpression() 592 CurCoro.Data->ExceptionHandler = S.getExceptionHandler(); in EmitCoroutineBody() 598 if (CurCoro.Data->ExceptionHandler) { in EmitCoroutineBody() 616 CurCoro.Data->ExceptionHandler); in EmitCoroutineBody()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilWindows.cpp | 33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() function 139 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
|
| /llvm-project-15.0.7/lldb/unittests/Process/minidump/Inputs/ |
| H A D | linux-x86_64.cpp | 23 google_breakpad::ExceptionHandler eh(descriptor, NULL, dumpCallback, NULL, in main()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 265 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function 316 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler); in installExceptionOrSignalHandlers()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCWinEH.h | 43 const MCSymbol *ExceptionHandler = nullptr; member
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | unwind-x86_64-image.yaml | 11 # CHECK-NEXT: ExceptionHandler (0x1)
|
| H A D | unwind-arm64-image.yaml | 30 # CHECK-NEXT: ExceptionHandler [
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 216 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo() 1124 MCSymbolRefExpr::create(info->ExceptionHandler, in ARM64EmitUnwindInfo() 2203 MCSymbolRefExpr::create(info->ExceptionHandler, in ARMEmitUnwindInfo()
|
| H A D | MCStreamer.cpp | 791 CurFrame->ExceptionHandler = Sym; in emitWinEHHandler()
|