Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp559 bool endB = isCrt(b->file->getName(), "crtend"); in compCtors() local
560 if (endA != endB) in compCtors()
561 return endB; in compCtors()