Searched refs:OldNew (Results 1 – 3 of 3) sorted by relevance
250 for (auto &OldNew : Old2NewFuncs) { in runOnFunction() local 251 Function *OldF = OldNew.first; in runOnFunction() 252 Function *NewF = OldNew.second; in runOnFunction()
203 for (const auto &OldNew : MachOConfig.RPathsToUpdate) { in processLoadCommands() 204 StringRef Old = OldNew.getFirst(); in processLoadCommands() 205 StringRef New = OldNew.getSecond(); in processLoadCommands() 195 for (const auto &OldNew : MachOConfig.RPathsToUpdate) { processLoadCommands() local
1236 [&Match](const DenseMap<StringRef, StringRef>::value_type &OldNew) { in parseInstallNameToolOptions() argument1237 return Match(OldNew.getFirst()) || Match(OldNew.getSecond()); in parseInstallNameToolOptions()