Home
last modified time | relevance | path

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

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