Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DInputSection.cpp92 void ConcatInputSection::foldIdentical(ConcatInputSection *copy) { in foldIdentical() function in ConcatInputSection
DInputSection.h118 void foldIdentical(ConcatInputSection *redundant);
DICF.cpp282 beginIsec->foldIdentical(icfInputs[i]); in run()