Lines Matching refs:NewPrefix
866 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument
871 NewPrefix = std::string(Split.second); in getThinLTOOldAndNewPrefix()
907 std::string OldPrefix, NewPrefix; in createLTO() local
908 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in createLTO()
909 Backend = createWriteIndexesThinBackend(OldPrefix, NewPrefix, in createLTO()
993 const std::string &NewPrefix, in writeEmptyDistributedBuildOutputs() argument
996 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()
1054 std::string OldPrefix, NewPrefix; in runLTO() local
1056 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in runLTO()
1076 writeEmptyDistributedBuildOutputs(Identifier, OldPrefix, NewPrefix, in runLTO()
1118 OldPrefix, NewPrefix, in runLTO()