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

Lines Matching refs:ProgName

975 static std::string ParseProgName(const char *progname)
982 std::string ProgName(mcld::sys::fs::Path(progname).stem().native());
985 if (ProgName == suffixes[i])
989 StringRef ProgNameRef(ProgName);