Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI() argument
91 CHECK(REAL(RtlRaiseException)); in INTERCEPTOR_WINAPI()
96 REAL(RtlRaiseException)(ExceptionRecord); in INTERCEPTOR_WINAPI() local
185 (uptr)WRAP(RtlRaiseException), in InitializePlatformInterceptors()
186 (uptr *)&REAL(RtlRaiseException))); in InitializePlatformInterceptors()