Home
last modified time | relevance | path

Searched refs:ExceptionHandler (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() function
139 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp266 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function
317 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler); in installExceptionOrSignalHandlers()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCWinEH.h43 const MCSymbol *ExceptionHandler = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp226 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
1337 MCSymbolRefExpr::create(info->ExceptionHandler, in ARM64EmitUnwindInfoForSegment()
2491 MCSymbolRefExpr::create(info->ExceptionHandler, in ARMEmitUnwindInfo()
H A DMCStreamer.cpp791 CurFrame->ExceptionHandler = Sym; in emitWinEHHandler()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-1993405 code such as ExceptionHandler::operator=.
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c4732 preg->ExceptionHandler = _emx_exception; in force_init_emx_runtime()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.19250 code such as ExceptionHandler::operator=.