Lines Matching defs:IndexVersion
162 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) {
163 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO);
164 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO;
496 uint32_t IndexVersion) {
522 Out.emitIntValue(IndexVersion, 4); // Version
655 uint32_t IndexVersion = 0;
713 IndexVersion = Version < 5 ? 2 : 5;
722 auto Index = getContributionIndex(Pair.first, IndexVersion);
744 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)];
759 IndexVersion)];
812 if (IndexVersion == 2) {
834 if (CUIndex.getVersion() != IndexVersion)
837 " and expecting " + utostr(IndexVersion));
871 NewEntry.Contributions[getContributionIndex(Kind, IndexVersion)];
876 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion);
907 if (TUIndex.getVersion() != IndexVersion)
910 " and expecting " + utostr(IndexVersion));
913 getContributionIndex(TUSectionKind, IndexVersion);
931 TypeIndexEntries, IndexVersion);
942 IndexEntries, IndexVersion);