Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DICF.cpp52 bool equalsConstant(const SectionChunk *A, const SectionChunk *B);
112 return equalsConstant(Chunks[Begin], S); in segregate()
145 bool ICF::equalsConstant(const SectionChunk *A, const SectionChunk *B) { in equalsConstant() function in lld::coff::ICF
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DICF.cpp112 bool equalsConstant(const InputSection *A, const InputSection *B);
213 return equalsConstant(Sections[Begin], S); in segregate()
302 bool ICF<ELFT>::equalsConstant(const InputSection *A, const InputSection *B) { in equalsConstant() function in ICF