Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp48 bool assocEquals(const SectionChunk *a, const SectionChunk *b);
134 bool ICF::assocEquals(const SectionChunk *a, const SectionChunk *b) { in assocEquals() function in lld::coff::ICF
181 a->getMachine() == b->getMachine() && assocEquals(a, b); in equalsConstant()
208 assocEquals(a, b); in equalsVariable()