Home
last modified time | relevance | path

Searched defs:ExceptionRecord (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h240 support::ulittle64_t ExceptionRecord; member
251 Exception ExceptionRecord; member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI()