Searched refs:equalsConstant (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | ICF.cpp | 50 bool equalsConstant(const SectionChunk *a, const SectionChunk *b); 115 return equalsConstant(chunks[begin], s); in segregate() 152 bool ICF::equalsConstant(const SectionChunk *a, const SectionChunk *b) { in equalsConstant() function in lld::coff::ICF
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | ICF.cpp | 44 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()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | ICF.cpp | 113 bool equalsConstant(const InputSection *a, const InputSection *b); 215 return equalsConstant(sections[begin], s); in segregate() 315 bool ICF<ELFT>::equalsConstant(const InputSection *a, const InputSection *b) { in equalsConstant() function in ICF
|