Home
last modified time | relevance | path

Searched refs:oldAbbrev (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2956 for (const DWARFDebugNames::Abbrev &oldAbbrev : ni.getAbbrevs()) { in computeHdrAndAbbrevTable() local
2962 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()