Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDOutputSections.cpp430 bool beginA = isCrtbegin(a->file->getName()); in compCtors() local
432 if (beginA != beginB) in compCtors()
433 return beginA; in compCtors()