Home
last modified time | relevance | path

Searched refs:Inputs (Results 1 – 25 of 191) sorted by relevance

12345678

/external/llvm/test/Object/
Dextract.ll11 ; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \
12 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
13 ; RUN: llvm-ar x %p/Inputs/GNU.a very_long_bytecode_file_name.bc
14 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
18 ; RUN: llvm-ar p %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc | \
19 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
20 ; RUN: llvm-ar x %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc
21 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
25 ; RUN: llvm-ar p %p/Inputs/SVR4.a very_long_bytecode_file_name.bc | \
26 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
[all …]
Dnm-trivial-object.test1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-nm \
3 RUN: yaml2obj %p/Inputs/COFF/x86-64.yaml | llvm-nm \
5 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \
7 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-x86-64 \
9 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-i386 \
11 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-x86-64 \
Dnm-archive.test1 RUN: llvm-nm %p/Inputs/archive-test.a-coff-i386 \
13 RUN: llvm-as %p/Inputs/trivial.ll -o=%t1
24 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-no-symtab
28 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal
32 RUN: llvm-nm -s %p/Inputs/archive-test.a-gnu-minimal
35 RUN: llvm-nm %p/Inputs/archive-test.a-empty
Dobjdump-relocations.test1 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.coff-i386 \
3 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.coff-x86-64 \
5 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-i386 \
7 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-x86-64 \
9 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-hexagon \
11 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-mips64el \
14 RUN: llvm-objdump -r %p/Inputs/relocations.elf-x86-64 \
Darchive-move.test8 RUN: cp %p/Inputs/GNU.a %t.a
13 RUN: cp %p/Inputs/MacOSX.a %t.a
18 RUN: cp %p/Inputs/SVR4.a %t.a
23 RUN: cp %p/Inputs/xpg4.a %t.a
33 RUN: cp %p/Inputs/GNU.a %t.a
43 RUN: cp %p/Inputs/GNU.a %t.a
Dyaml2obj-elf-bits-endian.test1 RUN: yaml2obj -format=elf %p/Inputs/ELF/LE64.yaml | llvm-readobj -file-headers - | FileCheck %s --c…
2 RUN: yaml2obj -format=elf %p/Inputs/ELF/BE64.yaml | llvm-readobj -file-headers - | FileCheck %s --c…
3 RUN: yaml2obj -format=elf %p/Inputs/ELF/LE32.yaml | llvm-readobj -file-headers - | FileCheck %s --c…
4 RUN: yaml2obj -format=elf %p/Inputs/ELF/BE32.yaml | llvm-readobj -file-headers - | FileCheck %s --c…
Darchive-delete.test8 RUN: cp %p/Inputs/GNU.a %t.a
13 RUN: cp %p/Inputs/MacOSX.a %t.a
18 RUN: cp %p/Inputs/SVR4.a %t.a
23 RUN: cp %p/Inputs/xpg4.a %t.a
/external/clang/lib/Driver/
DTools.h37 const InputInfoList &Inputs);
39 const InputInfoList &Inputs);
41 const InputInfoList &Inputs);
49 const InputInfoList &Inputs) const;
86 const InputInfoList &Inputs,
108 const InputInfoList &Inputs,
122 const InputInfoList &Inputs,
207 const InputInfoList &Inputs,
224 const InputInfoList &Inputs,
258 const InputInfoList &Inputs,
[all …]
DAction.cpp60 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction() argument
61 : Action(Kind, Inputs, Type) { in JobAction()
102 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction() argument
103 : JobAction(LinkJobClass, Inputs, Type) { in LinkJobAction()
108 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction() argument
109 : JobAction(LipoJobClass, Inputs, Type) { in LipoJobAction()
114 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction() argument
115 : JobAction(DsymutilJobClass, Inputs, Type) { in DsymutilJobAction()
120 VerifyJobAction::VerifyJobAction(ActionList &Inputs, types::ID Type) in VerifyJobAction() argument
121 : JobAction(VerifyJobClass, Inputs, Type) { in VerifyJobAction()
DDriver.cpp357 InputList Inputs; in BuildCompilation() local
358 BuildInputs(C->getDefaultToolChain(), C->getArgs(), Inputs); in BuildCompilation()
376 } else if (Inputs.size() > 1 && !llvm::sys::path::is_separator(V.back())) { in BuildCompilation()
388 Inputs, C->getActions()); in BuildCompilation()
390 BuildActions(C->getDefaultToolChain(), C->getArgs(), Inputs, in BuildCompilation()
447 InputList Inputs; in generateCompilationDiagnostics() local
448 BuildInputs(C.getDefaultToolChain(), C.getArgs(), Inputs); in generateCompilationDiagnostics()
450 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) { in generateCompilationDiagnostics()
464 it = Inputs.erase(it); in generateCompilationDiagnostics()
465 ie = Inputs.end(); in generateCompilationDiagnostics()
[all …]
/external/clang/include/clang/Driver/
DAction.h67 ActionList Inputs; variable
75 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {} in Action()
77 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {} in Action()
89 ActionList &getInputs() { return Inputs; } in getInputs()
90 const ActionList &getInputs() const { return Inputs; } in getInputs()
92 size_type size() const { return Inputs.size(); } in size()
94 iterator begin() { return Inputs.begin(); } in begin()
95 iterator end() { return Inputs.end(); } in end()
96 const_iterator begin() const { return Inputs.begin(); } in begin()
97 const_iterator end() const { return Inputs.end(); } in end()
[all …]
/external/llvm/test/DebugInfo/
Dllvm-symbolizer.test1 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400559" > %t.input
2 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400436" >> %t.input
3 RUN: echo "%p/Inputs/dwarfdump-test4.elf-x86-64 0x62c" >> %t.input
4 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x710" >> %t.input
5 RUN: echo "\"%p/Inputs/dwarfdump-test3.elf-x86-64 space\" 0x633" >> %t.input
6 RUN: echo "%p/Inputs/macho-universal 0x1f84" >> %t.input
7 RUN: echo "%p/Inputs/macho-universal:i386 0x1f67" >> %t.input
8 RUN: echo "%p/Inputs/macho-universal:x86_64 0x100000f05" >> %t.input
40 RUN: echo "%p/Inputs/macho-universal 0x1f84" > %t.input3
Ddwarfdump-test.test1 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 \
3 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 \
5 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 \
7 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test2.elf-x86-64 \
9 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test2.elf-x86-64 \
11 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \
13 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \
15 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \
17 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test4.elf-x86-64 \
20 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test4.elf-x86-64 \
/external/clang/test/Modules/
Don-demand-build.m2 …-Werror -Wno-error=incomplete-umbrella -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
3 …r=incomplete-umbrella -x objective-c++ -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
4 …-Werror -Wno-error=incomplete-umbrella -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
10 // expected-note@Inputs/Module.framework/Headers/Module.h:17{{class method 'alloc' is assumed to re…
Dignored_macros.m3 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -emit-pch -o …
4 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
10 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -fmodules -I %S/Inputs -emit-pch -o %t.pch -x ob…
11 // RUN: not %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-…
19 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -fmodules -I %S/Inputs -emit-pch -o %t.pch -x ob…
20 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
26 …th=%t.modules -DIGNORED=1 -fmodules-ignore-macro=IGNORED -fmodules -I %S/Inputs -emit-pch -o %t.pc…
27 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
33 …=%t.modules -DIGNORED=1 -fmodules-ignore-macro=IGNORED=1 -fmodules -I %S/Inputs -emit-pch -o %t.pc…
34 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
Dsubframeworks.m2 // RUN: %clang_cc1 -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/Depend…
3 …bjective-c++ -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/DependsOnMo…
26 // expected-warning@Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.…
Dredecl-merge.m2 // RUN: %clang_cc1 -fmodules -Wreturn-type -fmodules-cache-path=%t -I %S/Inputs %s -verify -Wno-obj…
30 // expected-note@Inputs/redecl-merge-left.h:93{{candidate function}}
31 // expected-note@Inputs/redecl-merge-right.h:90{{candidate function}}
82 // expected-note@Inputs/redecl-merge-left.h:60{{candidate found by name lookup is 'T2'}}
83 // expected-note@Inputs/redecl-merge-right.h:63{{candidate found by name lookup is 'T2'}}
90 // expected-note@Inputs/redecl-merge-left.h:64{{candidate function}}
91 // expected-note@Inputs/redecl-merge-right.h:70{{candidate function}}
97 // expected-note@Inputs/redecl-merge-left.h:77{{candidate found by name lookup is 'var2'}}
98 // expected-note@Inputs/redecl-merge-right.h:77{{candidate found by name lookup is 'var2'}}
100 // expected-note@Inputs/redecl-merge-left.h:79{{candidate found by name lookup is 'var3'}}
[all …]
Dmethod_pool.m2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -I %S/Inputs %s -verify
11 // expected-note@Inputs/MethodPoolA.h:7{{using}}
12 // expected-note@Inputs/MethodPoolB.h:12{{also found}}
58 // expected-note@Inputs/MethodPoolBSub.h:2{{using}}
59 // expected-note@Inputs/MethodPoolASub.h:2{{also found}}
Dlookup.m2 …dules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_left_objc %S/Inputs/module.map
3 …ules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_right_objc %S/Inputs/module.map
13 // expected-note@Inputs/lookup_left.h:2{{using}}
14 // expected-note@Inputs/lookup_right.h:3{{also found}}
Dobjc-categories.m2 …-fmodules-cache-path=%t -x objective-c -fmodule-name=category_top -emit-module %S/Inputs/module.map
3 …fmodules-cache-path=%t -x objective-c -fmodule-name=category_left -emit-module %S/Inputs/module.map
4 …modules-cache-path=%t -x objective-c -fmodule-name=category_right -emit-module %S/Inputs/module.map
5 …odules-cache-path=%t -x objective-c -fmodule-name=category_bottom -emit-module %S/Inputs/module.map
6 …modules-cache-path=%t -x objective-c -fmodule-name=category_other -emit-module %S/Inputs/module.map
11 // expected-note@Inputs/category_left.h:14 {{previous definition}}
12 // expected-warning@Inputs/category_right.h:11 {{duplicate definition of category}}
13 // expected-note@Inputs/category_top.h:1 {{receiver is instance of class declared here}}
76 // expected-note@Inputs/category_left_sub.h:7{{'p3_prop' declared here}}
/external/clang/test/ARCMT/
Dmigrate.m2 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test1.m.in -x objective-c
3 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c
4 …%t | arcmt-test -verify-transformed-files %S/Inputs/test1.m.in.result %S/Inputs/test2.m.in.result …
Dmigrate-with-pch.m3 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test1.m.in -x objective-c -inc…
4 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c -inc…
5 …%t | arcmt-test -verify-transformed-files %S/Inputs/test1.m.in.result %S/Inputs/test2.m.in.result …
/external/clang/test/Index/
Dcomplete-modules.m7 …completion-at=%s:4:9 -fmodules-cache-path=%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Header…
12 …ompletion-at=%s:4:14 -fmodules-cache-path=%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Header…
15 …completion-at=%s:4:1 -fmodules-cache-path=%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Header…
Dindex-module.m7 // RUN: c-index-test -index-file %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs
12 // CHECK-NEXT: [ppIncludedFile]: {{.*}}/Modules/Inputs/DependsOnModule.framework{{[/\\]}}Headers{{[…
21 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[…
22 …]: {{.*}}/Modules/Inputs/Module.framework{{[/\\]}}Headers{{[/\\]}}Module.h | name: "Module/Module.…
23 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/…
24 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\…
25 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_OTHER_H:.*/Modules/Inputs/DependsOnModule.framewor…
26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[…
38 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_MODULE_H:.*/Modules/Inputs/Module\.framework[/\\]Heade…
39 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR:.*/Modules/Inputs/Module.framework[/\\]Headers.]]Su…
[all …]
/external/llvm/test/CodeGen/X86/
DDbgValueOtherTargets.test1 RUN: llc -O0 -march=x86 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Input…
2 RUN: llc -O0 -march=x86-64 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../In…

12345678