Lines Matching defs:OldPrefix
1593 // prefix matching \p OldPrefix with \p NewPrefix. Also, create the
1595 std::string lto::getThinLTOOutputFile(StringRef Path, StringRef OldPrefix,
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);
1643 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix);
1664 std::string OldPrefix, std::string NewPrefix,
1672 Conf, CombinedIndex, ModuleToDefinedGVSummaries, OldPrefix,