Home
last modified time | relevance | path

Searched refs:IMPORT (Results 1 – 25 of 105) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dcoff-private-headers.test2 // RUN: FileCheck -check-prefix=IMPORT %s
4 IMPORT: The Import Tables:
5 IMPORT: lookup 000021e4 time 00000000 fwd 00000000 name 0000234a addr 00002024
6 IMPORT: DLL Name: MSVCR110.dll
7 IMPORT-NEXT: Hint/Ord Name
8 IMPORT-NEXT: 767 _initterm_e
9 IMPORT-NEXT: 766 _initterm
10 IMPORT-NEXT: 437 __initenv
11 IMPORT-NEXT: 660 _fmode
12 IMPORT-NEXT: 571 _commode
[all …]
/external/llvm/test/tools/llvm-objdump/
Dcoff-private-headers.test2 // RUN: FileCheck -check-prefix=IMPORT %s
4 IMPORT: The Import Tables:
5 IMPORT: lookup 000021e4 time 00000000 fwd 00000000 name 0000234a addr 00002024
6 IMPORT: DLL Name: MSVCR110.dll
7 IMPORT-NEXT: Hint/Ord Name
8 IMPORT-NEXT: 767 _initterm_e
9 IMPORT-NEXT: 766 _initterm
10 IMPORT-NEXT: 437 __initenv
11 IMPORT-NEXT: 660 _fmode
12 IMPORT-NEXT: 571 _commode
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dalias_import.ll5 …x.bc %t1.bc -o - | llvm-dis -o - | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=IMPORT
50 ; IMPORT-DAG: declare void @linkonceODRfuncWeakAlias
51 ; IMPORT-DAG: declare void @linkonceODRfuncLinkonceAlias
52 ; IMPORT-DAG: define available_externally void @linkonceODRfuncAlias
53 ; IMPORT-DAG: define available_externally void @linkonceODRfuncWeakODRAlias
54 ; IMPORT-DAG: define available_externally void @linkonceODRfuncLinkonceODRAlias
55 ; IMPORT-DAG: define available_externally void @globalfuncAlias()
56 ; IMPORT-DAG: declare void @globalfuncWeakAlias()
57 ; IMPORT-DAG: declare void @globalfuncLinkonceAlias()
58 ; IMPORT-DAG: define available_externally void @globalfuncWeakODRAlias()
[all …]
Dreferenced_by_constant.ll11 …tion=import %t.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
12 ; IMPORT: @someglobal.llvm.0 = external hidden unnamed_addr constant
13 ; IMPORT: @someglobal2.llvm.0 = external hidden unnamed_addr constant
14 ; IMPORT: define available_externally void @bar()
Dsection.ll10 …action=import %t.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
12 ; IMPORT: declare void @reference_gv_with_section()
14 ; IMPORT: define available_externally void @foo()
Dlocal_name_conflict.ll14 …action=import %t.bc -thinlto-index=%t4.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
15 ; IMPORT: call i32 @foo.llvm.[[HASH:[0-9]+]]
16 ; IMPORT: define available_externally hidden i32 @foo.llvm.[[HASH]]()
Ddistributed_import.ll20 ; RUN: llvm-dis -o - %t1.out | FileCheck %s --check-prefix=IMPORT
54 ; RUN: llvm-dis -o - %t1.out | FileCheck %s --check-prefix=IMPORT
57 ; IMPORT: define available_externally i32 @g() !thinlto_src_module
58 ; IMPORT: define available_externally void @analias() !thinlto_src_module
Dglobals-import-const-fold.ll6 ; RUN: llvm-dis %t1.bc.thinlto.imported.bc -o - | FileCheck --check-prefix=IMPORT %s
10 ; IMPORT: @baz = available_externally local_unnamed_addr constant i32 10
Dreference_non_importable.ll24 ; RUN: llvm-dis < %t.o.2.3.import.bc | FileCheck %s --check-prefix=IMPORT
25 ; IMPORT: define available_externally dso_local i8** @foo()
/external/llvm/test/ThinLTO/X86/
Dalias_import.ll6 …=import -thinlto-index %t.index.bc %t1.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
55 ; IMPORT-DAG: declare void @linkonceODRfuncWeakAlias
56 ; IMPORT-DAG: declare void @linkonceODRfuncLinkonceAlias
57 ; IMPORT-DAG: @linkonceODRfuncAlias = alias void (...), bitcast (void ()* @linkonceODRfunc to void…
58 ; IMPORT-DAG: @linkonceODRfuncWeakODRAlias = alias void (...), bitcast (void ()* @linkonceODRfunc …
59 ; IMPORT-DAG: @linkonceODRfuncLinkonceODRAlias = linkonce_odr alias void (...), bitcast (void ()* …
60 ; IMPORT-DAG: define linkonce_odr void @linkonceODRfunc()
64 ; IMPORT-DAG: declare void @globalfuncAlias()
65 ; IMPORT-DAG: declare void @globalfuncWeakAlias()
66 ; IMPORT-DAG: declare void @globalfuncLinkonceAlias()
[all …]
Dselect_right_alias_definition.ll10 …rt -thinlto-index %t.index1.bc %t_main.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
14 …rt -thinlto-index %t.index2.bc %t_main.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
16 ; IMPORT: @foo = alias i32 (...), bitcast (i32 ()* @foo2 to i32 (...)*)
17 ; IMPORT: define linkonce_odr i32 @foo2() {
18 ; IMPORT-NEXT: %ret = add i32 42, 42
19 ; IMPORT-NEXT: ret i32 %ret
20 ; IMPORT-NEXT: }
Dreferenced_by_constant.ll7 …tion=import %t.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
8 ; IMPORT: @someglobal.llvm.0 =
9 ; IMPORT: define available_externally void @bar()
10 ; IMPORT: declare void @referencedbyglobal()
Dsection.ll10 …action=import %t.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPORT
12 ; IMPORT: declare void @reference_gv_with_section()
14 ; IMPORT: define available_externally void @foo()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dthinlto_weak_resolution.ll22 ; RUN: llvm-dis %t.o.3.import.bc -o - | FileCheck --check-prefix=IMPORT %s
45 ; IMPORT: @linkonceodralias = weak_odr alias void (), void ()* @linkonceodrfuncwithalias
51 ; IMPORT: @linkoncealias = weak alias void (), void ()* @linkoncefuncwithalias
58 ; IMPORT: define weak_odr void @linkonceodrfuncwithalias()
68 ; IMPORT: define weak void @linkoncefuncwithalias()
75 ; IMPORT: define weak_odr void @linkonceodrfunc()
81 ; IMPORT: define weak void @linkoncefunc()
87 ; IMPORT: define weak_odr void @weakodrfunc()
93 ; IMPORT: define weak void @weakfunc()
100 ; IMPORT: weak_odr void @linkonceodrfuncInSingleModule()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dfuncimport_cutoff.ll12 …tats -print-imports -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s --check-prefix=IMPORT
31 ; IMPORT: Import foo
32 ; IMPORT: Import bar
39 ; IMPORT-DAG: define available_externally void @foo()
40 ; IMPORT-DAG: define available_externally void @bar()
47 ; IMPORT: 2 function-import - Number of functions imported
Dfuncimport_forcecold_samplepgo.ll11 …tats -print-imports -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s --check-prefix=IMPORT
17 …tats -print-imports -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s --check-prefix=IMPORT
31 ; IMPORT: Import foo
33 ; IMPORT: define available_externally void @foo()
Dfuncimport_forcecold.ll11 …tats -print-imports -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s --check-prefix=IMPORT
32 ; IMPORT: Import foo
34 ; IMPORT: define available_externally void @foo()
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
Dcontrol.h264.import8 Verify Chromium hardware Video Decode Acceleration works with IMPORT mode.
12 with IMPORT mode fails. Running video_decode_accelerator_unittest is skipped on
29 This is a wrapper test for Chrome video_decode_accelerator_unittest with IMPORT
Dcontrol.vp9.import8 Verify Chromium Video Decode Acceleration for VP9 works with IMPORT mode.
12 with IMPORT mode fails. Running video_decode_accelerator_unittest is skipped on
29 This is a wrapper test for Chrome video_decode_accelerator_unittest with IMPORT
Dcontrol.vp9_2.import8 Verify Chromium Video Decode Acceleration for VP9 Profile 2 works with IMPORT
13 with IMPORT mode fails. Running video_decode_accelerator_unittest is skipped on
30 This is a wrapper test for Chrome video_decode_accelerator_unittest with IMPORT
Dcontrol.vp8.import8 Verify Chromium hardware Video Decode Acceleration works with IMPORT mode
12 with IMPORT mode fails. Running video_decode_accelerator_unittest is skipped on
29 This is a wrapper test for Chrome video_decode_accelerator_unittest with IMPORT
/external/clang/test/Modules/
Dlookup.cpp5 #define IMPORT(X) @import X macro
6 IMPORT(lookup_right_cxx);
/external/llvm/test/Object/
Darchive-symtab.test110 RUN: llvm-nm -M %t.a | FileCheck --check-prefix=COFF-SHORT-IMPORT %s
112 COFF-SHORT-IMPORT: Archive map
113 COFF-SHORT-IMPORT-NEXT: __imp__foo in coff-short-import-code
114 COFF-SHORT-IMPORT-NEXT: _foo in coff-short-import-code
115 COFF-SHORT-IMPORT-NEXT: __imp__bar in coff-short-import-data
116 COFF-SHORT-IMPORT-NOT: _bar in coff-short-import-data
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Darchive-symtab.test110 RUN: llvm-nm -M %t.a | FileCheck --check-prefix=COFF-SHORT-IMPORT %s
112 COFF-SHORT-IMPORT: Archive map
113 COFF-SHORT-IMPORT-NEXT: __imp__foo in coff-short-import-code
114 COFF-SHORT-IMPORT-NEXT: _foo in coff-short-import-code
115 COFF-SHORT-IMPORT-NEXT: __imp__bar in coff-short-import-data
116 COFF-SHORT-IMPORT-NOT: _bar in coff-short-import-data
/external/selinux/python/semanage/
Dsemanage-bash-completion.sh79 [IMPORT]='import'
154 elif __contains_word "$command" ${VERBS[IMPORT]} ; then

12345