Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function
46 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
H A DForwardDecl.h33 class ExceptionRecord; variable
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h240 support::ulittle64_t ExceptionRecord; global() member
251 Exception ExceptionRecord; global() member
/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI()