| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | linkonce_odr_func.ll | 2 ; 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 D | cfi_endproc.ll | 28 ; RUN: llvm-lto -o %t -dso-symbol=zed1 -dso-symbol=zed2 %t1 -O0
|
| /llvm-project-15.0.7/llvm/test/Transforms/CrossDSOCFI/ |
| H A D | thumb.ll | 1 ; 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 D | cfi_functions.ll | 2 ; RUN: opt -S -cross-dso-cfi < %s | FileCheck %s 3 ; RUN: opt -S -passes=cross-dso-cfi < %s | FileCheck %s
|
| H A D | basic.ll | 1 ; 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 D | verneed-wrong-info.test | 8 # 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 D | lit.cfg.py | 33 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 D | verneed.test | 7 # 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 D | invalid-local-symbol-in-dso.s | 4 # 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 D | mips-micro-plt.s | 5 # 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 D | gnu-ifunc-dso.s | 6 # RUN: llvm-mc -filetype=obj -triple=x86_64 %S/Inputs/gnu-ifunc-dso.s -o %t1.o
|
| H A D | dso-undef-size.s | 2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/dso-undef-size.s -o %t1.o
|
| H A D | x86-64-gotpc-relax-und-dso.s | 3 …-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 D | verneed-section.yaml | 17 # 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 D | start-deactivated.cpp | 77 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 D | activation-options.cpp | 57 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 D | verneed-section.yaml | 20 # 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 D | override-shtype.yaml | 36 File: dso.so.0
|
| H A D | versym-section.yaml | 27 # CHECK-NEXT: FileName: dso.so.0 68 File: dso.so.0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | verneed-flags.yaml | 12 # 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 D | LTOVisibility.rst | 80 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 D | full-coverage.test | 9 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 D | cache-dso-local2.ll | 1 ; Tests whether the cache is sensitive to the dso-local bit on called
|
| H A D | cache-dso-local.ll | 1 ; 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 D | sanitizer_symbolize.cpp | 157 int __cxa_atexit(void (*f)(void *a), void *arg, void *dso) { return 0; } in __cxa_atexit() argument
|