Searched refs:isCrt (Results 1 – 1 of 1) sorted by relevance
765 static bool isCrt(StringRef s, StringRef beginEnd) { in isCrt() function793 bool beginA = isCrt(a->file->getName(), "crtbegin"); in compCtors()794 bool beginB = isCrt(b->file->getName(), "crtbegin"); in compCtors()797 bool endA = isCrt(a->file->getName(), "crtend"); in compCtors()798 bool endB = isCrt(b->file->getName(), "crtend"); in compCtors()