Lines Matching defs:OldPrefix
572 /// Parse the thinlto_prefix_replace option into the \p OldPrefix and
574 static void getThinLTOOldAndNewPrefix(std::string &OldPrefix,
580 OldPrefix = Split.first.str();
585 /// prefix matching \p OldPrefix with \p NewPrefix. Also, create the
587 static std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix,
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);