Lines Matching refs:OldPrefix
845 static void getThinLTOOldAndNewPrefix(std::string &OldPrefix, in getThinLTOOldAndNewPrefix() argument
850 OldPrefix = std::string(Split.first); in getThinLTOOldAndNewPrefix()
887 std::string OldPrefix, NewPrefix; in createLTO() local
888 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in createLTO()
889 Backend = createWriteIndexesThinBackend(OldPrefix, NewPrefix, in createLTO()
969 const std::string &OldPrefix, in writeEmptyDistributedBuildOutputs() argument
973 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()
1031 std::string OldPrefix, NewPrefix; in runLTO() local
1033 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in runLTO()
1053 writeEmptyDistributedBuildOutputs(Identifier, OldPrefix, NewPrefix, in runLTO()
1096 OldPrefix, NewPrefix, in runLTO()