Home
last modified time | relevance | path

Searched refs:RaiseException (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_win.cpp99 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument
100 CHECK(REAL(RaiseException)); in INTERCEPTOR_WINAPI()
102 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI() local
182 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors()
183 (uptr *)&REAL(RaiseException))) { in InitializePlatformInterceptors()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCrashRecoveryTest.cpp119 RaiseException(123, EXCEPTION_NONCONTINUABLE, 0, NULL); in raiseIt()
122 TEST(CrashRecoveryTest, RaiseException) { in TEST() argument
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dimports.test12 X86-NEXT: Symbol: RaiseException (1087)
55 X64-NEXT: Symbol: RaiseException (1091)
/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp434 ::RaiseException(0xE0000000 | RetCode, 0, 0, NULL); in HandleExit()
467 ::RaiseException(RetCode, 0, 0, NULL); in throwIfCrash()
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-seh.cpp345 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc88 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),