Home
last modified time | relevance | path

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

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