Lines Matching defs:NewPrefix
1737 // prefix matching \p OldPrefix with \p NewPrefix. Also, create the
1740 StringRef NewPrefix) {
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),
1788 NativeObjectPrefix.empty() ? NewPrefix : NativeObjectPrefix;
1797 const std::string &OldPrefix, const std::string &NewPrefix) {
1799 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix);
1810 ModulePath, ImportList, OldPrefix, NewPrefix);
1827 std::string NewPrefix, std::string NativeObjectPrefix,
1836 OldPrefix, NewPrefix, NativeObjectPrefix, ShouldEmitImportsFiles,