Searched refs:equalsConstant (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | ICF.cpp | 46 bool equalsConstant(const SectionChunk *a, const SectionChunk *b); 111 return equalsConstant(chunks[begin], s); in segregate() 148 bool ICF::equalsConstant(const SectionChunk *a, const SectionChunk *b) { in equalsConstant() function in lld::coff::ICF
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ICF.cpp | 113 bool equalsConstant(const InputSection *a, const InputSection *b); 216 return equalsConstant(sections[begin], s); in segregate() 316 bool ICF<ELFT>::equalsConstant(const InputSection *a, const InputSection *b) { in equalsConstant() function in ICF
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ICF.cpp | 44 bool equalsConstant(const ConcatInputSection *ia, 96 bool ICF::equalsConstant(const ConcatInputSection *ia, in equalsConstant() function in ICF 417 segregate(begin, end, &ICF::equalsConstant); in run()
|