Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.cpp444 static bool isCrtend(StringRef s) { in isCrtend() function
473 bool endA = isCrtend(a->file->getName()); in compCtors()
474 bool endB = isCrtend(b->file->getName()); in compCtors()
/external/llvm-project/lld/COFF/
DDriver.cpp133 static bool isCrtend(StringRef s) { in isCrtend() function
2102 if (isCrtend(file->getName())) { in link()