Searched refs:NumCodes (Results 1 – 3 of 3) sorted by relevance
79 uint8_t NumCodes; member106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()111 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]); in getLanguageSpecificData()
246 SW.printNumber("UnwindCodeCount", UI.NumCodes); in printUnwindInfo()249 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
418 outs() << " Number of Codes: " << static_cast<int>(UI->NumCodes) << "\n"; in printWin64EHUnwindInfo()433 if (UI->NumCodes) in printWin64EHUnwindInfo()436 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()