Searched defs:ScanResultInternal (Results 1 – 1 of 1) sorted by relevance
69 struct ScanResultInternal { struct70 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup71 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.72 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected73 uintptr_t landingPad; // null -> nothing found, else something found74 void* adjustedPtr; // Used in cxa_exception.cpp75 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,