H A D | LTO.cpp | 1595 std::string lto::getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() argument 1597 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 1600 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1613 std::string OldPrefix, NewPrefix, NativeObjectPrefix; member in __anona29527bd1511::WriteIndexesThinBackend 1620 std::string OldPrefix, std::string NewPrefix, in WriteIndexesThinBackend() argument 1625 OldPrefix(OldPrefix), NewPrefix(NewPrefix), in WriteIndexesThinBackend() 1637 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start() 1643 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix); in start() 1664 std::string OldPrefix, std::string NewPrefix, in createWriteIndexesThinBackend() argument 1672 Conf, CombinedIndex, ModuleToDefinedGVSummaries, OldPrefix, in createWriteIndexesThinBackend()
|