Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.cpp448 static bool isCrtend(StringRef s) { in isCrtend() function
477 bool endA = isCrtend(a->file->getName()); in compCtors()
478 bool endB = isCrtend(b->file->getName()); in compCtors()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDriver.cpp133 static bool isCrtend(StringRef s) { in isCrtend() function
2188 if (isCrtend(file->getName())) { in linkerMain()