Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DICF.cpp50 bool equalsConstant(const SectionChunk *a, const SectionChunk *b);
113 return equalsConstant(chunks[begin], s); in segregate()
150 bool ICF::equalsConstant(const SectionChunk *a, const SectionChunk *b) { in equalsConstant() function in lld::coff::ICF
/llvm-project-15.0.7/lld/MachO/
H A DICF.cpp44 bool equalsConstant(const ConcatInputSection *ia,
95 bool ICF::equalsConstant(const ConcatInputSection *ia, in equalsConstant() function in ICF
318 segregate(begin, end, &ICF::equalsConstant); in run()
/llvm-project-15.0.7/lld/ELF/
H A DICF.cpp113 bool equalsConstant(const InputSection *a, const InputSection *b);
215 return equalsConstant(sections[begin], s); in segregate()
314 bool ICF<ELFT>::equalsConstant(const InputSection *a, const InputSection *b) { in equalsConstant() function in ICF
/llvm-project-15.0.7/lld/test/MachO/
H A Dicf.s308 ## contains zeros in the displacement field. Thus, ICF's equalsConstant()