Lines Matching defs:NewPrefix
512 /// \p NewPrefix strings, if it was specified.
514 std::string &NewPrefix) {
520 NewPrefix = Split.second.str();
524 /// prefix matching \p OldPrefix with \p NewPrefix. Also, create the
527 StringRef NewPrefix) {
528 if (OldPrefix.empty() && NewPrefix.empty())
531 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
682 std::string OldPrefix, NewPrefix;
683 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix);
703 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);
720 std::string OldPrefix, NewPrefix;
721 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix);
734 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);