Lines Matching defs:OldPrefix
1737 // prefix matching \p OldPrefix with \p NewPrefix. Also, create the
1739 std::string lto::getThinLTOOutputFile(StringRef Path, StringRef OldPrefix,
1741 if (OldPrefix.empty() && NewPrefix.empty())
1744 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
1757 std::string OldPrefix, NewPrefix, NativeObjectPrefix;
1765 std::string OldPrefix, std::string NewPrefix,
1770 OldPrefix(OldPrefix), NewPrefix(NewPrefix),
1790 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix);
1797 const std::string &OldPrefix, const std::string &NewPrefix) {
1799 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix);
1810 ModulePath, ImportList, OldPrefix, NewPrefix);
1826 ThreadPoolStrategy Parallelism, std::string OldPrefix,
1836 OldPrefix, NewPrefix, NativeObjectPrefix, ShouldEmitImportsFiles,