Searched refs:equalsVariable (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DICF.cpp51 bool equalsVariable(const SectionChunk *a, const SectionChunk *b);
116 return equalsVariable(chunks[begin], s);
185 bool ICF::equalsVariable(const SectionChunk *a, const SectionChunk *b) { function in class:ICF
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DICF.cpp46 bool equalsVariable(const ConcatInputSection *ia,
153 // We will compare ConcatInputSection contents in equalsVariable.
176 bool ICF::equalsVariable(const ConcatInputSection *ia, function in class:ICF
325 segregate(begin, end, &ICF::equalsVariable);
331 log("equalsVariable() called " + Twine(equalsVariableCount) + " times");
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DICF.cpp114 bool equalsVariable(const InputSection *a, const InputSection *b);
216 return equalsVariable(sections[begin], s);
372 bool ICF<ELFT>::equalsVariable(const InputSection *a, const InputSection *b) { function in class:ICF

Completed in 62 milliseconds