Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.cpp438 static bool isCrtbegin(StringRef s) { in isCrtbegin() function
469 bool beginA = isCrtbegin(a->file->getName()); in compCtors()
470 bool beginB = isCrtbegin(b->file->getName()); in compCtors()