| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | allow-shlib-undefined.s | 5 # RUN: %p/Inputs/allow-shlib-undefined.s -o %t1.o 8 # RUN: ld.lld --allow-shlib-undefined %t.o %t.so -o /dev/null 9 # RUN: not ld.lld --no-allow-shlib-undefined %t.o %t.so -o /dev/null 2>&1 | FileCheck %s 10 # Executable defaults to --no-allow-shlib-undefined 14 # -shared defaults to --allow-shlib-undefined 20 # RUN: ld.lld --no-allow-shlib-undefined %t.o %t2.so -o /dev/null 25 # RUN: ld.lld -shared --allow-shlib-undefined %t1.o -o /dev/null 26 # RUN: ld.lld -shared --no-allow-shlib-undefined %t1.o -o /dev/null 44 # CHECK: error: undefined reference due to --no-allow-shlib-undefined: _unresolved 46 # CHECK2: error: undefined reference due to --no-allow-shlib-undefined: _unresolved [all …]
|
| H A D | unresolved-symbols.s | 30 # RUN: ld.lld %t1.o %t.so -o %t1_3 --allow-shlib-undefined --unresolved-symbols=ignore-all 36 ## --unresolved-symbols overrides a previous --allow-shlib-undefined. 37 # RUN: not ld.lld %t1.o %t.so -o /dev/null --allow-shlib-undefined --unresolved-symbols=ignore-in-o… 39 # SHLIB: error: undefined reference due to --no-allow-shlib-undefined: undef 45 # RUN: ld.lld %t1.o %t.so -o %t3_1 --allow-shlib-undefined --unresolved-symbols=ignore-in-shared-li…
|
| H A D | dso-undef-extract-lazy.s | 13 # RUN: llvm-mc -filetype=obj -triple=x86_64 %t/shlib.s -o %t3.o 39 #--- shlib.s
|
| H A D | pr34872.s | 6 # RUN: not ld.lld --allow-shlib-undefined %t2.so %t.o -o /dev/null 2>&1 | FileCheck %s
|
| H A D | shlib-undefined-local.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
|
| H A D | shlib-undefined-shared.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
|
| H A D | wrap-shlib-undefined.s | 18 ## --no-allow-shlib-undefined errors because __real_foo is not defined. 20 # ERR: error: undefined reference due to --no-allow-shlib-undefined: __real_foo
|
| H A D | verneed-shared.s | 25 ## The default is --no-allow-shlib-undefined.
|
| /llvm-project-15.0.7/lldb/test/API/macosx/order/ |
| H A D | cmds.txt | 3 lines -shlib a.out main.c
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/dead-strip/ |
| H A D | cmds.txt | 3 lines -shlib a.out main.c
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | command-stop-hook-no-target.test | 2 # RUN: %lldb -b -o 'target stop-hook add --name test --shlib test -o "p 95000 + 126"' -o 'file %t' …
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/ |
| H A D | TestLoadUnload.py | 67 shlib = 'libloadunload_d.' + ext 69 hidden_file = os.path.join(hidden_dir, shlib) 75 lldb.SBFileSpec(os.path.join('hidden', shlib)),
|
| /llvm-project-15.0.7/mlir/tools/ |
| H A D | CMakeLists.txt | 6 add_subdirectory(mlir-shlib)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | elf-sysv.test | 21 # CHECK-NEXT:.shlib 2048 2048 86 - Name: .shlib
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | section-types.test | 24 # LLVM: Name: shlib 103 # GNU-NEXT: shlib SHLIB 163 - Name: shlib
|
| /llvm-project-15.0.7/mlir/tools/mlir-shlib/ |
| H A D | CMakeLists.txt | 38 mlir-shlib.cpp
|
| /llvm-project-15.0.7/clang/tools/ |
| H A D | CMakeLists.txt | 26 add_clang_subdirectory(clang-shlib)
|
| /llvm-project-15.0.7/clang/tools/clang-shlib/ |
| H A D | CMakeLists.txt | 47 clang-shlib.cpp
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 243 intptr_t shlib = m_addr_range.GetByteSize(); in Dump() local 244 if (shlib) in Dump() 245 s->Printf(" -> %s`%s\n", (const char *)shlib, reexport_name.GetCString()); in Dump()
|
| /llvm-project-15.0.7/llvm/tools/llvm-shlib/ |
| H A D | CMakeLists.txt | 45 ${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map) 51 …set(LIB_NAMES -Wl,--version-script,${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map …
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/ |
| H A D | CMakeLists.txt | 64 set(LDFLAGS_UNDEFINED "-Wl,--allow-shlib-undefined")
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | tutorial.rst | 102 "--shlib <path>" ("-s <path>" for short): 106 (lldb) breakpoint set --shlib foo.dylib --name foo 109 The --shlib option can also be repeated to specify several shared libraries. 125 option in "breakpoint" completes to source files, the "--shlib <path>" option 127 specify "--shlib <path>", and are completing on "--file <path>", we will only 128 list source files in the shared library specified by "--shlib <path>".
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNB.h | 150 const char *shlib) DNB_EXPORT;
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 147 nub_addr_t LookupSymbol(const char *name, const char *shlib);
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | HostInfoMacOSX.mm | 319 // Try the shlib dir first. 427 // Invoke xcrun with the shlib dir.
|