Searched refs:UnwindCodes (Results 1 – 4 of 4) sorted by relevance
162 UnwindCode UnwindCodes[1]; member187 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()192 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]); in getLanguageSpecificData()
353 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
686 printAllUnwindCodes(ArrayRef(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()
89 uint16_t UnwindCodes[2]; member2030 const uint32_t *handler = reinterpret_cast<uint32_t *>(&xdata->UnwindCodes[lastcode]); in getInfoFromSEH()