Searched defs:ExceptionInfo (Results 1 – 4 of 4) sorted by relevance
217 struct ExceptionInfo { struct218 const MCSymbol *FunctionSymbol;219 unsigned FunctionSize;220 std::vector<ExceptionTableEntry> Entries;
33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler()
263 zx_exception_info_t ExceptionInfo; in CrashHandler() local
266 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler()