HomeSort by relevance Sort by last modified time
    Searched refs:triple (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Modules/
irgen.c 1 // RUN: %clang_cc1 -emit-module -triple x86_64-apple-darwin10 -o %t/module.pcm -DBUILD_MODULE %s
2 // RUN: %clang_cc1 -fmodule-cache-path %t -triple x86_64-apple-darwin10 -fdisable-module-hash -emit-llvm -o - %s | FileCheck %s
5 static inline int triple(int x) { return x * 3; } function
11 *px = triple(*px);
14 // CHECK: define internal i32 @triple(i32
  /external/llvm/test/MC/AsmParser/
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
dollars-in-identifiers.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
directive_subsections_via_symbols.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
conditional_asm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_darwin_section.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_tbss.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
assignment.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_abort.s 1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
directive_align.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_comm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_desc.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_elf_size.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
directive_fill.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_include.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_org.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 27 #include "llvm/ADT/Triple.h"
71 const llvm::Triple &triple);
85 void AddDefaultCIncludePaths(const llvm::Triple &triple,
90 void AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple,
96 const llvm::Triple &triple,
170 const llvm::Triple &triple)
    [all...]
  /external/llvm/test/MC/ARM/
arm_word_directive.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
thumb-nop.s 1 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V6
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V7
  /external/llvm/test/MC/X86/
x86_directives.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /frameworks/compile/linkloader/tests/images/
gen-test-elf.sh 19 clang -integrated-as -std=c89 -c test.c -o test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a9 -mfpu=vfp
20 clang -integrated-as -std=c89 -c test.c -o test-arm.o -ccc-host-triple armv7-none-linux-gnueabi
21 clang -integrated-as -std=c89 -c test.c -o test-x86_32.o -ccc-host-triple i686-none-linux
22 clang -integrated-as -std=c89 -c test.c -o test-x86_64.o -ccc-host-triple x86_64-none-linux
24 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-arm.o -ccc-host-triple armv7-none-linux-gnueabi
25 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-x86_32.o -ccc-host-triple i686-none-linux
26 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-x86_64.o -ccc-host-triple x86_64-none-linux
28 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a9 -mfpu=vfp
29 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-arm.o -ccc-host-triple armv7-none-linux-gnueabi
30 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-x86_32.o -ccc-host-triple i686-none-linu
    [all...]
  /external/llvm/test/MC/ELF/
elf_directive_previous.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s

Completed in 207 milliseconds

1 2 3 4 5 6 7