Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2950 FoldingSet<Abbrev> abbrevSet; in computeHdrAndAbbrevTable() local
2979 if (Abbrev *existing = abbrevSet.FindNodeOrInsertPos(id, insertPos)) { in computeHdrAndAbbrevTable()
2985 abbrevSet.InsertNode(abbrev2, insertPos); in computeHdrAndAbbrevTable()