Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp215 StringRef NewRPath = MachOConfig.RPathsToUpdate.lookup(RPath); in processLoadCommands() local
216 if (!NewRPath.empty()) in processLoadCommands()
217 updateLoadCommandPayloadString<MachO::rpath_command>(LC, NewRPath); in processLoadCommands()