Home | History | Annotate | Download | only in llvm-mcld

Lines Matching defs:suffixes

977   static const char *suffixes[] = {
984 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
985 if (ProgName == suffixes[i])
992 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
993 if (!ProgNameRef.endswith(suffixes[i]))
997 ProgNameRef.size() - strlen(suffixes[i]));