Home
last modified time | relevance | path

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 Dinstall_breakpad.cpp8 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 DCGCoroutine.cpp47 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 DFuzzerUtilWindows.cpp33 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 Dlinux-x86_64.cpp23 google_breakpad::ExceptionHandler eh(descriptor, NULL, dumpCallback, NULL, in main()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp265 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 DMCWinEH.h43 const MCSymbol *ExceptionHandler = nullptr; member
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dunwind-x86_64-image.yaml11 # CHECK-NEXT: ExceptionHandler (0x1)
H A Dunwind-arm64-image.yaml30 # CHECK-NEXT: ExceptionHandler [
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp216 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
1124 MCSymbolRefExpr::create(info->ExceptionHandler, in ARM64EmitUnwindInfo()
2203 MCSymbolRefExpr::create(info->ExceptionHandler, in ARMEmitUnwindInfo()
H A DMCStreamer.cpp791 CurFrame->ExceptionHandler = Sym; in emitWinEHHandler()