Lines Matching defs:NewPrefix
1593 // prefix matching \p OldPrefix with \p NewPrefix. Also, create the
1596 StringRef NewPrefix) {
1597 if (OldPrefix.empty() && NewPrefix.empty())
1600 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
1613 std::string OldPrefix, NewPrefix, NativeObjectPrefix;
1620 std::string OldPrefix, std::string NewPrefix,
1625 OldPrefix(OldPrefix), NewPrefix(NewPrefix),
1637 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix);
1641 NativeObjectPrefix.empty() ? NewPrefix : NativeObjectPrefix;
1664 std::string OldPrefix, std::string NewPrefix,
1673 NewPrefix, NativeObjectPrefix, ShouldEmitImportsFiles,