Searched refs:rpaths (Results 1 – 8 of 8) sorted by relevance
199 for (const auto &[Target, Path] : rpaths()) in merge()201 for (const auto &[Target, Path] : O->rpaths()) in merge()319 for (const auto &It : rpaths()) in extract()
966 Array RPaths = serializeField(TBDKey::Paths, File->rpaths(), ActiveTargets); in serializeIF()
22 HelpText<"Add new rpath before other rpaths">;
346 const std::vector<std::pair<Target, std::string>> &rpaths() const { in rpaths() function
359 def rpaths : Flag<["--"], "rpaths">,
243 SmallVector<StringRef, 2> rpaths; variable
1625 for (StringRef rpath : umbrella->rpaths) { in findDylib()1723 rpaths.push_back(rpath); in DylibFile()
9515 - Fixup so no non-absolute rpaths are added.