Searched refs:NewRPath (Results 1 – 1 of 1) sorted by relevance
226 StringRef NewRPath = MachOConfig.RPathsToUpdate.lookup(RPath); in processLoadCommands() local227 if (!NewRPath.empty()) in processLoadCommands()228 updateLoadCommandPayloadString<MachO::rpath_command>(LC, NewRPath); in processLoadCommands()