Home
last modified time | relevance | path

Searched refs:OldNew (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp250 for (auto &OldNew : Old2NewFuncs) { in runOnFunction() local
251 Function *OldF = OldNew.first; in runOnFunction()
252 Function *NewF = OldNew.second; in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp203 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
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1236 [&Match](const DenseMap<StringRef, StringRef>::value_type &OldNew) { in parseInstallNameToolOptions() argument
1237 return Match(OldNew.getFirst()) || Match(OldNew.getSecond()); in parseInstallNameToolOptions()