Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1900 DenseSet<InputSectionDescription *> isdSet; in removeUnusedSyntheticSections() local
1914 isdSet.insert(isd); in removeUnusedSyntheticSections()
1924 for (auto *isd : isdSet) in removeUnusedSyntheticSections()