Searched refs:NumCodes (Results 1 – 3 of 3) sorted by relevance
79 support::ulittle8_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()
327 << static_cast<int>(UI->NumCodes) << "\n"; in printCOFFUnwindInfo()345 if (UI->NumCodes) in printCOFFUnwindInfo()349 UI->NumCodes)); in printCOFFUnwindInfo()
1023 W.printNumber("UnwindCodeCount", UI.NumCodes); in printUnwindInfo()1026 ArrayRef<UnwindCode> UCs(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()