Searched refs:rpaths (Results 1 – 8 of 8) sorted by relevance
198 for (const auto &[Target, Path] : rpaths()) in merge()200 for (const auto &[Target, Path] : O->rpaths()) in merge()322 for (const auto &It : rpaths()) in extract()
1017 Array RPaths = serializeFieldInInsertionOrder(TBDKey::Paths, File->rpaths(), in serializeIF()
22 HelpText<"Add new rpath before other rpaths">;
311 const std::vector<std::pair<Target, std::string>> &rpaths() const { in rpaths() function
363 def rpaths : Flag<["--"], "rpaths">,
243 SmallVector<StringRef, 2> rpaths; variable
1629 for (StringRef rpath : umbrella->rpaths) { in findDylib()1745 rpaths.push_back(rpath); in DylibFile()1903 for (const auto &rpath : interface.rpaths()) in DylibFile()1905 rpaths.push_back(saver().save(rpath.second)); in DylibFile()
11138 - Fixup so no non-absolute rpaths are added.