Searched refs:OldSuffix (Results 1 – 1 of 1) sorted by relevance
691 static void getThinLTOOldAndNewSuffix(std::string &OldSuffix, in getThinLTOOldAndNewSuffix() argument697 OldSuffix = std::string(Split.first); in getThinLTOOldAndNewSuffix()703 static std::string getThinLTOObjectFileName(StringRef Path, StringRef OldSuffix, in getThinLTOObjectFileName() argument705 if (Path.consume_back(OldSuffix)) in getThinLTOObjectFileName()1046 std::string OldSuffix, NewSuffix; in runLTO() local1047 getThinLTOOldAndNewSuffix(OldSuffix, NewSuffix); in runLTO()1057 getThinLTOObjectFileName(F.name, OldSuffix, NewSuffix); in runLTO()