Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp623 static bool isCrt(StringRef s, StringRef beginEnd) { in isCrt() function
651 bool beginA = isCrt(a->file->getName(), "crtbegin"); in compCtors()
652 bool beginB = isCrt(b->file->getName(), "crtbegin"); in compCtors()
655 bool endA = isCrt(a->file->getName(), "crtend"); in compCtors()
656 bool endB = isCrt(b->file->getName(), "crtend"); in compCtors()