Home
last modified time | relevance | path

Searched refs:shlib (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/lld/test/ELF/
H A Dallow-shlib-undefined.s5 # 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 Dunresolved-symbols.s30 # 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 Ddso-undef-extract-lazy.s13 # RUN: llvm-mc -filetype=obj -triple=x86_64 %t/shlib.s -o %t3.o
39 #--- shlib.s
H A Dpr34872.s6 # RUN: not ld.lld --allow-shlib-undefined %t2.so %t.o -o /dev/null 2>&1 | FileCheck %s
H A Dshlib-undefined-local.s3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
H A Dshlib-undefined-shared.s3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
H A Dwrap-shlib-undefined.s18 ## --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 Dverneed-shared.s25 ## The default is --no-allow-shlib-undefined.
/llvm-project-15.0.7/lldb/test/API/macosx/order/
H A Dcmds.txt3 lines -shlib a.out main.c
/llvm-project-15.0.7/lldb/test/API/functionalities/dead-strip/
H A Dcmds.txt3 lines -shlib a.out main.c
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-stop-hook-no-target.test2 # 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 DTestLoadUnload.py67 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 DCMakeLists.txt6 add_subdirectory(mlir-shlib)
/llvm-project-15.0.7/llvm/test/tools/llvm-size/
H A Delf-sysv.test21 # CHECK-NEXT:.shlib 2048 2048
86 - Name: .shlib
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dsection-types.test24 # LLVM: Name: shlib
103 # GNU-NEXT: shlib SHLIB
163 - Name: shlib
/llvm-project-15.0.7/mlir/tools/mlir-shlib/
H A DCMakeLists.txt38 mlir-shlib.cpp
/llvm-project-15.0.7/clang/tools/
H A DCMakeLists.txt26 add_clang_subdirectory(clang-shlib)
/llvm-project-15.0.7/clang/tools/clang-shlib/
H A DCMakeLists.txt47 clang-shlib.cpp
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbol.cpp243 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 DCMakeLists.txt45 ${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 DCMakeLists.txt64 set(LDFLAGS_UNDEFINED "-Wl,--allow-shlib-undefined")
/llvm-project-15.0.7/lldb/docs/use/
H A Dtutorial.rst102 "--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 DDNB.h150 const char *shlib) DNB_EXPORT;
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h147 nub_addr_t LookupSymbol(const char *name, const char *shlib);
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm319 // Try the shlib dir first.
427 // Invoke xcrun with the shlib dir.

12