Searched refs:oldAbbrev (Results 1 – 1 of 1) sorted by relevance
2956 for (const DWARFDebugNames::Abbrev &oldAbbrev : ni.getAbbrevs()) { in computeHdrAndAbbrevTable() local2962 abbrev.code = oldAbbrev.Code; in computeHdrAndAbbrevTable()2963 abbrev.tag = oldAbbrev.Tag; in computeHdrAndAbbrevTable()2964 for (DWARFDebugNames::AttributeEncoding a : oldAbbrev.Attributes) { in computeHdrAndAbbrevTable()2990 inputChunk.nameData[i].abbrevCodeMap[oldAbbrev.Code] = newCode; in computeHdrAndAbbrevTable()