Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.cpp474 bool beginB = isCrtbegin(b->file->getName()); in compCtors() local
475 if (beginA != beginB) in compCtors()