Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DICF.cpp51 bool equalsConstant(const SectionChunk *a, const SectionChunk *b);
112 return equalsConstant(chunks[begin], s); in segregate()
149 bool ICF::equalsConstant(const SectionChunk *a, const SectionChunk *b) { in equalsConstant() function in lld::coff::ICF
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DICF.cpp115 bool equalsConstant(const InputSection *a, const InputSection *b);
217 return equalsConstant(sections[begin], s); in segregate()
314 bool ICF<ELFT>::equalsConstant(const InputSection *a, const InputSection *b) { in equalsConstant() function in ICF
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DICF.cpp82 static bool equalsConstant(const ConcatInputSection *ia, in equalsConstant() function
265 [&](size_t begin, size_t end) { segregate(begin, end, equalsConstant); }); in run()