Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp208 StringRef NewRPath = Config.RPathsToUpdate.lookup(RPath); in processLoadCommands() local
209 if (!NewRPath.empty()) in processLoadCommands()
210 updateLoadCommandPayloadString<MachO::rpath_command>(LC, NewRPath); in processLoadCommands()