Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.cpp469 bool beginA = isCrtbegin(a->file->getName()); in compCtors() local
471 if (beginA != beginB) in compCtors()
472 return beginA; in compCtors()