Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h120 void foldIdentical(ConcatInputSection *redundant);
H A DInputSection.cpp146 void ConcatInputSection::foldIdentical(ConcatInputSection *copy) { in foldIdentical() function in ConcatInputSection
H A DICF.cpp340 beginIsec->foldIdentical(icfInputs[i]); in run()