Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp794 bool beginB = isCrt(b->file->getName(), "crtbegin"); in compCtors() local
795 if (beginA != beginB) in compCtors()