Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp206 StringRef NewRPath = Config.RPathsToUpdate.lookup(RPath); in processLoadCommands() local
207 if (!NewRPath.empty()) in processLoadCommands()
208 updateLoadCommandPayloadString<MachO::rpath_command>(LC, NewRPath); in processLoadCommands()