Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp200 for (const auto &[Target, Path] : rpaths()) in merge()
202 for (const auto &[Target, Path] : O->rpaths()) in merge()
320 for (const auto &It : rpaths()) in extract()
H A DTextStubV5.cpp966 Array RPaths = serializeField(TBDKey::Paths, File->rpaths(), ActiveTargets); in serializeIF()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td22 HelpText<"Add new rpath before other rpaths">;
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h309 const std::vector<std::pair<Target, std::string>> &rpaths() const { in rpaths() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h243 SmallVector<StringRef, 2> rpaths;
236 SmallVector<StringRef, 2> rpaths; global() variable
H A DInputFiles.cpp1626 for (StringRef rpath : umbrella->rpaths) { in findDylib()
1724 rpaths.push_back(rpath); in DylibFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td363 def rpaths : Flag<["--"], "rpaths">,
/freebsd/contrib/unbound/doc/
H A DChangelog9515 - Fixup so no non-absolute rpaths are added.