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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp50 bool equalsConstant(const SectionChunk *a, const SectionChunk *b);
109 return equalsConstant(chunks[begin], s);
146 bool ICF::equalsConstant(const SectionChunk *a, const SectionChunk *b) { function in class:lld::ICF
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DICF.cpp114 bool equalsConstant(const InputSection *a, const InputSection *b);
215 return equalsConstant(sections[begin], s);
311 bool ICF<ELFT>::equalsConstant(const InputSection *a, const InputSection *b) { function in class:ICF

Completed in 103 milliseconds