Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.cpp478 bool endB = isCrtend(b->file->getName()); in compCtors() local
479 if (endA != endB) in compCtors()
480 return endB; in compCtors()