Searched refs:EncodingIdx (Results 1 – 1 of 1) sorted by relevance
7895 uint32_t EncodingIdx = Entry >> 24; in printCompressedSecondLevelUnwindPage() local7898 if (EncodingIdx < NumCommonEncodings) in printCompressedSecondLevelUnwindPage()7899 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()7901 Encoding = PageEncodings[EncodingIdx - NumCommonEncodings]; in printCompressedSecondLevelUnwindPage()7906 << "encoding[" << EncodingIdx in printCompressedSecondLevelUnwindPage()