Lines Matching defs:NewPrefix
573 /// \p NewPrefix strings, if it was specified.
575 std::string &NewPrefix) {
581 NewPrefix = Split.second.str();
585 /// prefix matching \p OldPrefix with \p NewPrefix. Also, create the
588 StringRef NewPrefix) {
589 if (OldPrefix.empty() && NewPrefix.empty())
592 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
743 std::string OldPrefix, NewPrefix;
744 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix);
764 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);
781 std::string OldPrefix, NewPrefix;
782 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix);
795 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);