Home
last modified time | relevance | path

Searched refs:dso (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dlinkonce_odr_func.ll2 ; RUN: llvm-lto -o %t2 -dso-symbol=foo1 -dso-symbol=foo2 -dso-symbol=foo3 \
3 ; RUN: -dso-symbol=v1 -dso-symbol=v2 -dso-symbol=v3 \
4 ; RUN: -dso-symbol=v4 -dso-symbol=v5 -dso-symbol=v6 %t1 -O0
H A Dcfi_endproc.ll28 ; RUN: llvm-lto -o %t -dso-symbol=zed1 -dso-symbol=zed2 %t1 -O0
/llvm-project-15.0.7/llvm/test/Transforms/CrossDSOCFI/
H A Dthumb.ll1 ; RUN: opt -mtriple=armv7-linux-android -S -cross-dso-cfi < %s | FileCheck --check-prefix=THUMB %s
2 ; RUN: opt -mtriple=thumbv7-linux-android -S -cross-dso-cfi < %s | FileCheck --check-prefix=THUMB %s
3 ; RUN: opt -mtriple=i386-linux -S -cross-dso-cfi < %s | FileCheck --check-prefix=NOTHUMB %s
4 ; RUN: opt -mtriple=x86_64-linux -S -cross-dso-cfi < %s | FileCheck --check-prefix=NOTHUMB %s
H A Dcfi_functions.ll2 ; RUN: opt -S -cross-dso-cfi < %s | FileCheck %s
3 ; RUN: opt -S -passes=cross-dso-cfi < %s | FileCheck %s
H A Dbasic.ll1 ; RUN: opt -S -cross-dso-cfi < %s | FileCheck %s
2 ; RUN: opt -S -passes=cross-dso-cfi < %s | FileCheck %s
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/
H A Dverneed-wrong-info.test8 # CHECK-NEXT: required from dso.so.0:
11 # CHECK-NEXT: required from dso.so.1:
31 File: dso.so.0
42 File: dso.so.1
/llvm-project-15.0.7/compiler-rt/test/cfi/
H A Dlit.cfg.py33 dso = '-fsanitize-cfi-cross-dso -fvisibility=default ' variable
35 dso += '-include ' + config.test_source_root + '/cross-dso/util/cfi_stubs.h '
40 config.substitutions.append((r"%clangxx_cfi_dso ", clang_cfi + cxx + dso))
41 config.substitutions.append((r"%clangxx_cfi_dso_diag ", clang_cfi + cxx + dso + diag))
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/
H A Dverneed.test7 # CHECK-NEXT: required from dso.so.0:
10 # CHECK-NEXT: required from dso.so.1:
29 File: dso.so.0
40 File: dso.so.1
/llvm-project-15.0.7/lld/test/ELF/
H A Dinvalid-local-symbol-in-dso.s4 # RUN: ld.lld %p/Inputs/local-symbol-in-dso.so -o %t 2>&1 | \
6 # WARN: found local symbol 'foo' in global part of symbol table in file {{.*}}local-symbol-in-dso.so
9 # RUN: not ld.lld %t.o %p/Inputs/local-symbol-in-dso.so -o /dev/null
H A Dmips-micro-plt.s5 # RUN: -mattr=micromips %S/Inputs/mips-dynamic.s -o %t-dso.o
6 # RUN: ld.lld %t-dso.o -shared -soname=t.so -o %t.so
H A Dgnu-ifunc-dso.s6 # RUN: llvm-mc -filetype=obj -triple=x86_64 %S/Inputs/gnu-ifunc-dso.s -o %t1.o
H A Ddso-undef-size.s2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/dso-undef-size.s -o %t1.o
H A Dx86-64-gotpc-relax-und-dso.s3 …-filetype=obj -relax-relocations -triple=x86_64-pc-linux %S/Inputs/gotpc-relax-und-dso.s -o %tdso.o
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dverneed-section.yaml17 # CHECK-NEXT: File: dso.so.0
28 # CHECK-NEXT: File: dso.so.1
50 File: dso.so.0
61 File: dso.so.1
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dstart-deactivated.cpp77 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
78 if (!dso) { in main()
84 void *fn = dlsym(dso, "do_another_bad_thing"); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dactivation-options.cpp57 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
58 if (!dso) { in main()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dverneed-section.yaml20 # CHECK-NEXT: FileName: dso.so.0
44 # CHECK-NEXT: FileName: dso.so.1
74 File: dso.so.0
85 File: dso.so.1
H A Doverride-shtype.yaml36 File: dso.so.0
H A Dversym-section.yaml27 # CHECK-NEXT: FileName: dso.so.0
68 File: dso.so.0
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dverneed-flags.yaml12 # LLVM-VERDEF-NEXT: FileName: dso.so.0
71 # GNU-VERDEF-NEXT: 0x0000: Version: 1 File: dso.so.0 Cnt: 6
90 File: dso.so.0
/llvm-project-15.0.7/clang/docs/
H A DLTOVisibility.rst80 cases involving two linkage units, ``main`` and ``dso.so``.
85 …| main (clang++ -fvisibility=hidden): | | dso.so (clang++ -fvisibility=hidd…
117 Class ``C`` is defined in both ``main`` and ``dso.so`` and therefore must
122 in ``dso.so``. This is an example of the COM scenario; the definition of
124 compatible with the definition of ``D`` in ``dso.so``, which is observable
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dfull-coverage.test9 RUN: %run %t-DSOTest -print_full_coverage=1 %S/dso-cov-input.txt 2>&1 | FileCheck %s
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dcache-dso-local2.ll1 ; Tests whether the cache is sensitive to the dso-local bit on called
H A Dcache-dso-local.ll1 ; Tests whether the cache is sensitive to the dso-local bit on referenced
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp157 int __cxa_atexit(void (*f)(void *a), void *arg, void *dso) { return 0; } in __cxa_atexit() argument

12