Searched refs:equalsVariable (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | ICF.cpp | 47 bool equalsVariable(const SectionChunk *a, const SectionChunk *b); 112 return equalsVariable(chunks[begin], s); in segregate() 181 bool ICF::equalsVariable(const SectionChunk *a, const SectionChunk *b) { in equalsVariable() function in lld::coff::ICF
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ICF.cpp | 114 bool equalsVariable(const InputSection *a, const InputSection *b); 217 return equalsVariable(sections[begin], s); in segregate() 377 bool ICF<ELFT>::equalsVariable(const InputSection *a, const InputSection *b) { in equalsVariable() function in ICF
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ICF.cpp | 46 bool equalsVariable(const ConcatInputSection *ia, 188 bool ICF::equalsVariable(const ConcatInputSection *ia, in equalsVariable() function in ICF 424 segregate(begin, end, &ICF::equalsVariable); in run()
|