Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/external/clang/lib/Frontend/
DInitHeaderSearch.cpp71 const llvm::Triple &triple);
89 void AddDefaultCIncludePaths(const llvm::Triple &triple,
94 void AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple,
100 const llvm::Triple &triple,
194 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths() argument
199 llvm::Triple::ArchType arch = triple.getArch(); in AddGnuCPlusPlusIncludePaths()
447 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths() argument
449 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths()
578 if (triple.getArch() == llvm::Triple::x86_64) { in AddDefaultCIncludePaths()
582 } else if (triple.getArch() == llvm::Triple::x86) { in AddDefaultCIncludePaths()
[all …]
/external/clang/lib/Basic/
DTargets.cpp67 OSTargetInfo(const std::string& triple) : TgtInfo(triple) {} in OSTargetInfo() argument
198 DarwinTargetInfo(const std::string& triple) : in DarwinTargetInfo() argument
199 OSTargetInfo<Target>(triple) { in DarwinTargetInfo()
200 llvm::Triple T = llvm::Triple(triple); in DarwinTargetInfo()
237 DragonFlyBSDTargetInfo(const std::string &triple) in DragonFlyBSDTargetInfo() argument
238 : OSTargetInfo<Target>(triple) {} in DragonFlyBSDTargetInfo()
259 FreeBSDTargetInfo(const std::string &triple) in FreeBSDTargetInfo() argument
260 : OSTargetInfo<Target>(triple) { in FreeBSDTargetInfo()
263 llvm::Triple Triple(triple); in FreeBSDTargetInfo()
302 MinixTargetInfo(const std::string &triple) in MinixTargetInfo() argument
[all …]
/external/pcre/testdata/
Dgrepinput31 triple: t1_txt s1_tag s_txt p_tag p_txt o_tag o_txt
3 triple: t2_txt s1_tag s_txt p_tag p_txt o_tag
6 triple: t3_txt s2_tag s_txt p_tag p_txt o_tag o_txt
8 triple: t4_txt s1_tag s_txt p_tag p_txt o_tag o_txt
10 triple: t5_txt s1_tag s_txt p_tag p_txt o_tag
13 triple: t6_txt s2_tag s_txt p_tag p_txt o_tag o_txt
15 triple: t7_txt s1_tag s_txt p_tag p_txt o_tag o_txt
/external/clang/test/CodeGenObjC/
Dobjc2-weak-ivar-debug.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s
3 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s
4 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s
Dclass-type.m1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o - %s
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s
Dattr-availability.m1 // RUN: %clang_cc1 -fvisibility hidden -fobjc-nonfragile-abi "-triple" "x86_64-apple-darwin8.0.0" -…
2 // RUN: %clang_cc1 -fvisibility hidden -fobjc-nonfragile-abi "-triple" "x86_64-apple-darwin9.0.0" -…
3 // RUN: %clang_cc1 -fvisibility hidden -fobjc-nonfragile-abi "-triple" "x86_64-apple-darwin10.0.0" …
Dbitfield-1.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o %t %s
3 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-llvm -o %t %s
Dfpret.m1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o - %s | \
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | \
7 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -emit-llvm -target-abi apcs-gnu -o - %s | \
Dnext-objc-dispatch.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
9 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
13 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
Dobjc2-weak-ivar.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
Dobjc2-retain-codegen.m1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-gc-only -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-unknown-unknown -fobjc-gc-only -emit-llvm -o %t …
Dbitfield_encoding.m1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o %t %s
3 // RUN: %clang_cc1 -triple i386-unknown-unknown -fgnu-runtime -emit-llvm -o %t %s
Dtry.m2 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=i686-apple-darwin9
3 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=x86_64-apple-darwin9
Ddeadcode_strip_used_var.m1 // RUN: %clang_cc1 %s -emit-llvm -o %t -triple i386-apple-darwin10
3 // RUN: %clang_cc1 %s -emit-llvm -o %t -triple x86_64-apple-darwin10
Dobjc2-no-write-barrier.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
3 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
/external/clang/test/Driver/
Ddarwin-objc-defaults.m5 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
14 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
23 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
34 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
43 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
52 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
63 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
72 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
81 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
Drewrite-objc.m1 // RUN: %clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \
9 // RUN: not %clang -ccc-no-clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \
13 // RUN: not %clang -ccc-no-clang -ccc-host-triple i386-apple-darwin10 -rewrite-objc %s -o - -### 2>…
Dgnu-runtime.m1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | File…
2 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runti…
/external/clang/
DNOTES.txt51 // Specifying targets: -triple and -arch
54 The clang supports "-triple" and "-arch" options. At most one -triple and one
59 (1) If the user does not specify -triple, we default to the host triple.
61 specified triple.
/external/v8/tools/gcmole/
Dgcmole.lua52 local function MakeClangCommandLine(plugin, triple, arch_define)
55 .. " -triple " .. triple
65 cfg.triple,
151 ia32 = config { triple = "i586-unknown-linux",
153 arm = config { triple = "i586-unknown-linux",
155 x64 = config { triple = "x86_64-unknown-linux",
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DFormatterTest.java1123 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionB() local
1167 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionB()
1169 f.format((String)triple[i][pattern], triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local
1170 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB()
1171 … + ",pattern[" + i + "]:" + triple[i][pattern], triple[i][output], f.toString()); in test_format_LString$LObject_GeneralConversionB()
1174 f.format(((String)triple[i][pattern]).toUpperCase(Locale.US), triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local
1175 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB()
1176 + ",pattern[" + i + "]:" + triple[i][pattern], ((String)triple[i][output]) in test_format_LString$LObject_GeneralConversionB()
1187 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionS() local
1231 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionS()
[all …]
/external/clang/test/PCH/
Darc.m2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fobjc-arc -include…
5 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fobjc-ar…
6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fobjc-arc -include…
/external/clang/test/Analysis/
Drdar-7168531.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -triple i386-apple-darwin10 -a…
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -triple i386-apple-darwin10 -a…
4 // Note that the target triple is important for this test case. It specifies that we use the
Dmisc-ps-64.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -…
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -…
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -…
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -…
Dnil-receiver-undefined-larger-than-voidptr-ret.m1 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,core.experimental -an…
2 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,core.experimental -an…
3 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -an…
4 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -an…
5 // RUN: %clang_cc1 -triple thumbv6-apple-darwin4.0.0-iphoneos -analyze -analyzer-checker=core,core.…
6 // RUN: %clang_cc1 -triple thumbv6-apple-darwin4.0.0-iphoneos -analyze -analyzer-checker=core,core.…

12345678910>>...55