Searched refs:NumCodes (Results 1 – 4 of 4) sorted by relevance
151 uint8_t NumCodes; member178 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()183 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]); in getLanguageSpecificData()
329 SW.printNumber("UnwindCodeCount", UI.NumCodes); in printUnwindInfo()332 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
87 m_unwind_info->NumCodes * sizeof(UnwindCode)); in GetNext()103 ((m_unwind_info->NumCodes + 1) & ~1) * sizeof(UnwindCode); in GetNext()
640 outs() << " Number of Codes: " << static_cast<int>(UI->NumCodes) << "\n"; in printWin64EHUnwindInfo()655 if (UI->NumCodes) in printWin64EHUnwindInfo()658 printAllUnwindCodes(ArrayRef(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()