Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DICF.cpp52 bool equalsVariable(const SectionChunk *a, const SectionChunk *b);
113 return equalsVariable(chunks[begin], s); in segregate()
182 bool ICF::equalsVariable(const SectionChunk *a, const SectionChunk *b) { in equalsVariable() function in lld::coff::ICF
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DICF.cpp116 bool equalsVariable(const InputSection *a, const InputSection *b);
218 return equalsVariable(sections[begin], s); in segregate()
371 bool ICF<ELFT>::equalsVariable(const InputSection *a, const InputSection *b) { in equalsVariable() function in ICF
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DICF.cpp149 static bool equalsVariable(const ConcatInputSection *ia, in equalsVariable() function
271 segregate(begin, end, equalsVariable); in run()