Home
last modified time | relevance | path

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

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