/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
H A D | install-name-tool-add-rpath.test | 4 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.i386 8 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.x86_64 13 # NEW-RPATH-NEXT: @executable_path/. 15 # RUN: not llvm-install-name-tool -add_rpath @executable_path/. %t.i386 2>&1 \ 18 # DUPLICATE-RPATH: rpath '@executable_path/.' would create a duplicate load command 20 # RUN: not llvm-install-name-tool -add_rpath @executable_path/. 2>&1 \
|
H A D | install-name-tool-prepend-rpath.test | 4 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.i386 9 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.x86_64 19 # NEW-RPATH-NEXT: @executable_path/.
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/ |
H A D | DextIR.py | 47 executable_path: str, 53 self.executable_path = executable_path
|
/llvm-project/lld/test/MachO/ |
H A D | dylib.s | 4 # RUN: %lld -dylib -install_name @executable_path/libfoo.dylib \ 7 # CHECK: @executable_path/libfoo.dylib
|
H A D | link-search-order.s | 8 # RUN: %lld -dylib -install_name @executable_path/libhello.dylib %t/hello.o -o %t/libhello.dylib 11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d… 55 # DYLIB: @executable_path/libhello.dylib 56 # DYLIB: @executable_path/libgoodbye.dylib 67 # ARCHIVE: @executable_path/libhello.dylib 68 # ARCHIVE-NOT: @executable_path/libgoodbye.dylib
|
H A D | link-search-at-executable-path.s | 10 # RUN: %lld -dylib -install_name @executable_path/libfoo.dylib %t/foo.o -o %t/subdir/libfoo.dylib 14 ## When linking executables, @executable_path/ in install_name should be replaced
|
H A D | sub-library.s | 15 # RUN: @executable_path/libsuper.dylib %t/libsuper.o -o %t/libsuper.dylib 32 # RUN: @executable_path/libsuper.dylib %t/libsuper.o -o %t/libsuper.dylib 36 # RUN: @executable_path/libsuper.dylib %t/libsuper.o -o %t/libsuper.dylib
|
H A D | symbol-resolution.s | 5 # RUN: @executable_path/libresolution.dylib %t/libresolution.o -o %t/libresolution.dylib 7 # RUN: @executable_path/libresolution2.dylib %t/libresolution.o -o %t/libresolution2.dylib
|
H A D | weak-definition-order.s | 21 # RUN: @executable_path/libweak1.dylib %t/weak1.o -o %t/libweak1.dylib 23 # RUN: @executable_path/libweak2.dylib %t/weak2.o -o %t/libweak2.dylib
|
H A D | arm64-stubs.s | 6 # RUN: %lld -arch arm64 -dylib -install_name @executable_path/libfoo.dylib %t/foo.o -o %t/libfoo.dylib 7 # RUN: %lld -arch arm64 -dylib -install_name @executable_path/libbar.dylib %t/bar.o -o %t/libbar.dylib
|
H A D | dylink.s | 7 # RUN: %lld -dylib -install_name @executable_path/libhello.dylib \ 11 # RUN: @executable_path/libgoodbye.dylib %t/libgoodbye.o -o %t/libgoodbye.dylib
|
H A D | x86-64-stubs.s | 8 # RUN: -install_name @executable_path/libhello.dylib %t/libhello.o \ 11 # RUN: -install_name @executable_path/libgoodbye.dylib %t/libgoodbye.o \
|
H A D | tlv-dylib.s | 5 # RUN: %lld -dylib -install_name @executable_path/libtlv.dylib \
|
H A D | weak-definition-over-dysym.s | 10 # RUN: %lld -dylib -install_name @executable_path/libfoo.dylib %t/libfoo.o -o %t/libfoo.dylib
|
H A D | local-got.s | 6 # RUN: @executable_path/libhello.dylib %t/libhello.o -o %t/libhello.dylib
|
H A D | weak-definition-direct-fetch.s | 13 # RUN: @executable_path/libfoo.dylib %t/foo.o -o %t/libfoo.dylib 15 # RUN: @executable_path/libweakfoo.dylib %t/weakfoo.o -o %t/libweakfoo.dylib
|
/llvm-project/lldb/test/API/functionalities/load_unload/ |
H A D | Makefile | 26 install_name_tool -id @executable_path/libloadunload_d.dylib libloadunload_d.dylib
|
/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
H A D | rpaths.test | 6 # CHECK: @executable_path/../Frameworks
|
H A D | LLVM-bundle.test | 30 # CHECK: <option>-executable_path</option>
|
/llvm-project/lld/test/MachO/invalid/ |
H A D | bad-got-to-dylib-tlv-reference.s | 5 # RUN: %lld -dylib -install_name @executable_path/libtlv.dylib \
|
/llvm-project/clang/tools/c-index-test/ |
H A D | CMakeLists.txt | 49 "@executable_path/../../lib")
|
/llvm-project/llvm/test/Object/ |
H A D | objdump-private-headers.test | 25 MACHO-x86_64: path @executable_path/. (offset 12)
|
/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
H A D | Makefile.rules | 318 DYLIB_INSTALL_NAME ?= @executable_path/$(FRAMEWORK).framework/Versions/A/$(FRAMEWORK) 321 DYLIB_INSTALL_NAME ?= @executable_path/$(DYLIB_FILENAME)
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
H A D | Tool.py | 93 executable_path=self.context.options.executable, 152 executable_path=self.context.options.executable,
|
/llvm-project/llvm/unittests/TextAPI/ |
H A D | TextStubV5Tests.cpp | 69 "@executable_path/.../Frameworks" in TEST() 237 {Target(AK_x86_64, PLATFORM_MACOS), "@executable_path/.../Frameworks"}, in TEST() 600 "@executable_path/.../Frameworks" in TEST() 725 File.addRPath("@executable_path/.../Frameworks", AllTargets[0]); in TEST() 842 "@executable_path/.../Frameworks" in TEST() 900 NestedFile.addRPath("@executable_path/.../Frameworks", AllTargets[0]); in TEST() 1358 "@executable_path/.../Frameworks" in TEST() 1616 {Target(AK_x86_64, PLATFORM_MACOS), "@executable_path/.../Frameworks"}, in TEST() 1849 "@executable_path/.../Frameworks" in TEST() 2104 "@executable_path/ in TEST() [all...] |