/external/llvm/test/MC/MachO/ |
linker-options.ll | 2 ; RUN: FileCheck --check-prefix=CHECK-ASM < %t %s 4 ; CHECK-ASM: .linker_option "-lz" 5 ; CHECK-ASM-NEXT: .linker_option "-framework", "Cocoa" 8 ; RUN: FileCheck --check-prefix=CHECK-OBJ < %t %s 10 ; CHECK-OBJ: ('load_commands', [ 11 ; CHECK-OBJ: # Load Command 1 12 ; CHECK-OBJ: (('command', 45) 13 ; CHECK-OBJ: ('size', 16 [all...] |
section-flags.s | 3 // CHECK: # Section 0 4 // CHECK: 'section_name', '__text 5 // CHECK: 'flags', 0x80000000 6 // CHECK: # Section 1 7 // CHECK: 'section_name', '__data 8 // CHECK: 'flags', 0x400
|
zerofill-4.s | 12 // CHECK: # Symbol 0 13 // CHECK: ('n_value', 0) 14 // CHECK: ('_string', '_fill0') 15 // CHECK: # Symbol 1 16 // CHECK: ('n_value', 4) 17 // CHECK: ('_string', '_a') 18 // CHECK: # Symbol 2 19 // CHECK: ('n_value', 8) 20 // CHECK: ('_string', '_fill1') 21 // CHECK: # Symbol [all...] |
/external/clang/test/Analysis/ |
cfg.cpp | 4 // CHECK-LABEL: void checkWrap(int i) 5 // CHECK: ENTRY 6 // CHECK-NEXT: Succs (1): B1 7 // CHECK: [B1] 8 // CHECK: Succs (21): B2 B3 B4 B5 B6 B7 B8 B9 9 // CHECK: B10 B11 B12 B13 B14 B15 B16 B17 B18 B19 10 // CHECK: B20 B21 B0 11 // CHECK: [B0 (EXIT)] 12 // CHECK-NEXT: Preds (21): B2 B3 B4 B5 B6 B7 B8 B9 13 // CHECK-NEXT: B10 B11 B12 B13 B14 B15 B16 B17 B18 B1 [all...] |
plist-macros.cpp | 88 // CHECK: <key>diagnostics</key> 89 // CHECK-NEXT: <array> 90 // CHECK-NEXT: <dict> 91 // CHECK-NEXT: <key>path</key> 92 // CHECK-NEXT: <array> 93 // CHECK-NEXT: <dict> 94 // CHECK-NEXT: <key>kind</key><string>control</string> 95 // CHECK-NEXT: <key>edges</key> 96 // CHECK-NEXT: <array> 97 // CHECK-NEXT: <dict [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
recipest.ll | 2 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck -check-prefix=CHECK-SAFE %s 16 ; CHECK: @foo 17 ; CHECK-DAG: frsqrte 18 ; CHECK-DAG: fnmsub 19 ; CHECK: fmul 20 ; CHECK: fmadd 21 ; CHECK: fmul 22 ; CHECK: fmul 23 ; CHECK: fmad [all...] |
/external/llvm/utils/lit/tests/ |
shtest-format.py | 0 # Check the various features of the ShTest format. 8 # CHECK: -- Testing: 10 # CHECK: PASS: shtest-format :: argv0.txt 11 # CHECK: FAIL: shtest-format :: external_shell/fail.txt 12 # CHECK-NEXT: *** TEST 'shtest-format :: external_shell/fail.txt' FAILED *** 13 # CHECK: Command Output (stdout): 14 # CHECK-NEXT: -- 15 # CHECK-NEXT: line 1: failed test output on stdout 16 # CHECK-NEXT: line 2: failed test output on stdout 17 # CHECK: Command Output (stderr) [all...] |
/external/llvm/test/FileCheck/ |
check-multiple-prefixes-substr.txt | 1 // RUN: FileCheck -check-prefix=CHECKER -check-prefix=CHECK -input-file %s %s 2 // RUN: FileCheck -check-prefix=CHECK -check-prefix=CHECKER -input-file %s %s
|
/external/llvm/test/MC/AArch64/ |
dot-req-diagnostics.s | 1 // RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=CHECK-ERROR %s 6 // CHECK-ERROR: warning: ignoring redefinition of register alias 'fred' 7 // CHECK-ERROR: fred .req x6 8 // CHECK-ERROR: ^ 11 // CHECK-ERROR: error: vector register without type specifier expected 12 // CHECK-ERROR: ada .req v2.8b 13 // CHECK-ERROR: [all...] |
gicv3-regs-diagnostics.s | 10 // CHECK: error: expected readable system register 11 // CHECK-NEXT: mrs x10, icc_eoir1_el1 12 // CHECK-NEXT: ^ 13 // CHECK-NEXT: error: expected readable system register 14 // CHECK-NEXT: mrs x7, icc_eoir0_el1 15 // CHECK-NEXT: ^ 16 // CHECK-NEXT: error: expected readable system register 17 // CHECK-NEXT: mrs x22, icc_dir_el1 18 // CHECK-NEXT: ^ 19 // CHECK-NEXT: error: expected readable system registe [all...] |
/external/llvm/test/MC/ARM/ |
directive-arch-armv4t.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv4t 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: 4 [all...] |
directive-arch-armv5t.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv5t 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: 5 [all...] |
directive-arch-armv5te.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv5te 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: 5T [all...] |
directive-arch-armv6.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv6 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: [all...] |
directive-arch-armv6j.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv6j 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: 6 [all...] |
directive-arch-armv6t2.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv6t2 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: 6T [all...] |
directive-arch-armv7-m.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv7-m 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: 7- [all...] |
directive-arch-armv7m.s | 3 @ This test case will check the default .ARM.attributes value for the 7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM 9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR 14 @ CHECK-ASM: .arch armv7-m 16 @ CHECK-ATTR: FileAttributes { 17 @ CHECK-ATTR: Attribute { 18 @ CHECK-ATTR: TagName: CPU_name 19 @ CHECK-ATTR: Value: 7- [all...] |
/external/llvm/test/MC/AsmParser/ |
directive_space.s | 3 # CHECK: TEST0: 4 # CHECK: .space 1 8 # CHECK: TEST1: 9 # CHECK: .space 2,3 13 # CHECK: TEST2: 14 # CHECK: .space 1
|
directive_fill.s | 2 # RUN: FileCheck --check-prefix=CHECK-WARNINGS %s < %t.err 4 # CHECK: TEST0: 5 # CHECK: .byte 10 9 # CHECK: TEST1: 10 # CHECK: .short 3 11 # CHECK: .short 3 15 # CHECK: TEST2: 16 # CHECK: .long 4 17 # CHECK: .long [all...] |
/external/llvm/test/MC/ELF/ |
relocation-pc.s | 8 // CHECK: Section { 9 // CHECK: Index: 1 10 // CHECK-NEXT: Name: .text 11 // CHECK: Relocations [ 12 // CHECK-NEXT: ] 13 // CHECK-NEXT: } 15 // CHECK: Section { 16 // CHECK: Index: 2 17 // CHECK-NEXT: Name: .rela.text 18 // CHECK-NEXT: Type: SHT_REL [all...] |
basic-elf-32.s | 33 // CHECK: ElfHeader { 34 // CHECK: Class: 32-bit 35 // CHECK: DataEncoding: LittleEndian 36 // CHECK: FileVersion: 1 37 // CHECK: } 38 // CHECK: Sections [ 39 // CHECK: Section { 40 // CHECK: Index: 0 41 // CHECK: Name: (0) 43 // CHECK: Name: .tex [all...] |
/external/clang/test/CodeGenObjC/ |
arc-bridged-cast.m | 17 // CHECK-LABEL: define void @bridge_transfer_from_cf 19 // CHECK: store i32 7 21 // CHECK: call i8* @CFCreateSomething() 23 // CHECK-NOT: retain 24 // CHECK: store i32 11 26 // CHECK: call i8* @CFCreateSomething() 27 // CHECK-NOT: retain 28 // CHECK: store i32 13 30 // CHECK: call void @objc_release 31 // CHECK: store i32 1 [all...] |
/external/clang/test/Driver/ |
darwin-objc-options.m | 0 // Check miscellaneous Objective-C options. 5 // RUN: FileCheck --check-prefix CHECK-CHECK-X86_64_ABI1 < %t %s 7 // CHECK-CHECK-X86_64_ABI1: "-cc1" 8 // CHECK-CHECK-X86_64_ABI1: -fobjc-runtime=macosx-fragile-10.6.0 9 // CHECK-CHECK-X86_64_ABI1-NOT: -fobjc-dispatch-metho [all...] |
/external/clang/test/CodeGen/ |
arm64_vext.c | 5 // -check-prefix=CHECK-CODEGEN on the FileCheck 11 // CHECK: test_vext_s8 14 // CHECK: shufflevector 15 // CHECK-CODEGEN: test_vext_s8: 16 // CHECK-CODEGEN: {{ext.8.*#1}} 21 // CHECK: test_vext_u8 24 // CHECK: shufflevector 25 // CHECK-CODEGEN: test_vext_u8: 26 // CHECK-CODEGEN: {{ext.8.*#2} [all...] |