Home
last modified time | relevance | path

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

1234

/external/llvm/test/LTO/X86/
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
Dcfi_endproc.ll28 ; RUN: llvm-lto -o %t -dso-symbol=zed1 -dso-symbol=zed2 %t1 -O0
/external/llvm-project/llvm/test/LTO/X86/
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
Dcfi_endproc.ll28 ; RUN: llvm-lto -o %t -dso-symbol=zed1 -dso-symbol=zed2 %t1 -O0
/external/autotest/client/site_tests/platform_Perf/
Dplatform_Perf.py142 for dso in dso_list:
143 if dso not in dso_to_build_ids:
144 raise error.TestFail('Could not find build ID for %s' % dso)
145 if self._KERNEL_NAME_REGEX.match(dso):
146 kernel_name = dso
147 kernel_build_id = dso_to_build_ids[dso]
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Dverneed.test5 # CHECK-NEXT: required from dso.so.0:
8 # CHECK-NEXT: required from dso.so.1:
28 File: dso.so.0
39 File: dso.so.1
/external/llvm-project/llvm/test/Transforms/CrossDSOCFI/
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
Dcfi_functions.ll2 ; RUN: opt -S -cross-dso-cfi < %s | FileCheck %s
3 ; RUN: opt -S -passes=cross-dso-cfi < %s | FileCheck %s
Dbasic.ll1 ; RUN: opt -S -cross-dso-cfi < %s | FileCheck %s
2 ; RUN: opt -S -passes=cross-dso-cfi < %s | FileCheck %s
/external/llvm-project/llvm/test/tools/llvm-objdump/
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
/external/llvm-project/compiler-rt/test/cfi/
Dlit.cfg.py29 dso = '-fsanitize-cfi-cross-dso -fvisibility=default ' variable
31 dso += '-include ' + config.test_source_root + '/cross-dso/util/cfi_stubs.h '
36 config.substitutions.append((r"%clangxx_cfi_dso ", clang_cfi + cxx + dso))
37 config.substitutions.append((r"%clangxx_cfi_dso_diag ", clang_cfi + cxx + dso + diag))
/external/compiler-rt/test/asan/TestCases/Posix/
Dstart-deactivated.cc49 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
50 if (!dso) { in main()
59 void *fn = dlsym(dso, "do_another_bad_thing"); in main()
/external/compiler-rt/test/cfi/
Dlit.cfg25 dso = '-fsanitize-cfi-cross-dso -fvisibility=default '
30 config.substitutions.append((r"%clangxx_cfi_dso ", clang_cfi + cxx + dso))
31 config.substitutions.append((r"%clangxx_cfi_dso_diag ", clang_cfi + cxx + dso + diag))
/external/llvm-project/lld/test/ELF/
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
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
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
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()
/external/compiler-rt/test/asan/TestCases/Linux/
Dactivation-options.cc56 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
57 if (!dso) { in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dactivation-options.cpp57 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
58 if (!dso) { in main()
/external/clang/docs/
DLTOVisibility.rst68 cases involving two linkage units, ``main`` and ``dso.so``.
73 …| main (clang++ -fvisibility=hidden): | | dso.so (clang++ -fvisibility=hidd…
105 Class ``C`` is defined in both ``main`` and ``dso.so`` and therefore must
110 in ``dso.so``. This is an example of the COM scenario; the definition of
112 compatible with the definition of ``D`` in ``dso.so``, which is observable
/external/llvm-project/clang/docs/
DLTOVisibility.rst79 cases involving two linkage units, ``main`` and ``dso.so``.
84 …| main (clang++ -fvisibility=hidden): | | dso.so (clang++ -fvisibility=hidd…
116 Class ``C`` is defined in both ``main`` and ``dso.so`` and therefore must
121 in ``dso.so``. This is an example of the COM scenario; the definition of
123 compatible with the definition of ``D`` in ``dso.so``, which is observable
/external/llvm/test/Transforms/CrossDSOCFI/
Dbasic.ll1 ; RUN: opt -S -cross-dso-cfi < %s | FileCheck %s
2 ; RUN: opt -S -passes=cross-dso-cfi < %s | FileCheck %s
/external/tensorflow/tensorflow/compiler/mlir/tfr/
Dbuild_defs.bzl74 dso = [":%s.so" % name],
145 dso = [":" + name + "_ops.so"],
/external/swiftshader/include/Android/hardware/
Dhardware.h40 void* dso; member
/external/tensorflow/tensorflow/compiler/tf2xla/python/
DBUILD28 dso = ["//tensorflow/compiler/tf2xla/ops:_xla_ops.so"],
/external/libabigail/bash-completion/
Dfedabipkgdiff17 --dso-only

1234