Searched refs:rpaths (Results 1 – 7 of 7) sorted by relevance
1 ## Validate fetching rpaths from a binary results in the correct output.2 # RUN: llvm-objdump --macho --rpaths --arch x86_64 %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileChe…3 # RUN: llvm-objdump --macho --rpaths %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileCheck --implicit-…8 ## Validate binaries with no rpaths should print nothing.9 # RUN: llvm-objdump --macho --no-leading-headers --rpaths %p/Inputs/hello.exe.macho-i386 | count 011 ## Validate passing --rpaths without --macho fails.12 # RUN: not llvm-objdump --rpaths %p/Inputs/hello.exe.macho-i386 2>&1 | FileCheck --check-prefix=ERR…
1 llvm-install-name-tool - LLVM tool for manipulating install-names and rpaths15 install names and rpaths listed in a Mach-O binary.30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in48 Deletes all rpaths from the binary.63 multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
393 .. option:: --rpaths
22 HelpText<"Add new rpath before other rpaths">;
318 def rpaths : Flag<["--"], "rpaths">,
235 SmallVector<StringRef, 2> rpaths; variable
1691 for (StringRef rpath : umbrella->rpaths) { in findDylib()1788 rpaths.push_back(rpath); in DylibFile()