/external/llvm/test/LTO/X86/ |
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
|
D | cfi_endproc.ll | 28 ; RUN: llvm-lto -o %t -dso-symbol=zed1 -dso-symbol=zed2 %t1 -O0
|
/external/llvm-project/llvm/test/LTO/X86/ |
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
|
D | cfi_endproc.ll | 28 ; RUN: llvm-lto -o %t -dso-symbol=zed1 -dso-symbol=zed2 %t1 -O0
|
/external/autotest/client/site_tests/platform_Perf/ |
D | platform_Perf.py | 142 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/ |
D | verneed.test | 5 # 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/ |
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
|
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
|
D | basic.ll | 1 ; 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/ |
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
|
/external/llvm-project/compiler-rt/test/cfi/ |
D | lit.cfg.py | 29 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/ |
D | start-deactivated.cc | 49 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/ |
D | lit.cfg | 25 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/ |
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
|
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
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
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()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | activation-options.cc | 56 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/ |
D | activation-options.cpp | 57 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local 58 if (!dso) { in main()
|
/external/clang/docs/ |
D | LTOVisibility.rst | 68 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/ |
D | LTOVisibility.rst | 79 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/ |
D | basic.ll | 1 ; 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/ |
D | build_defs.bzl | 74 dso = [":%s.so" % name], 145 dso = [":" + name + "_ops.so"],
|
/external/swiftshader/include/Android/hardware/ |
D | hardware.h | 40 void* dso; member
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | BUILD | 28 dso = ["//tensorflow/compiler/tf2xla/ops:_xla_ops.so"],
|
/external/libabigail/bash-completion/ |
D | fedabipkgdiff | 17 --dso-only
|