HomeSort by relevance Sort by last modified time
    Searched full:check (Results 651 - 675 of 67902) sorted by null

<<21222324252627282930>>

  /external/clang/test/CodeGen/
2006-01-23-FileScopeAsm.c 3 // CHECK: module asm "foo1"
5 // CHECK: module asm "foo2"
7 // CHECK: module asm "foo3"
9 // CHECK: module asm "foo4"
11 // CHECK: module asm "foo5"
debug-info-block.c 5 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, scope
6 // CHECK-NOT: line
7 // CHECK-SAME: elements: ![[ELEMS1:.*]])
8 // CHECK: ![[ELEMS1]] = {{.*, .*, .*,}} ![[FPEL1:.*]], {{.*}}
9 // CHECK: ![[INT:.*]] = !DIBasicType(name: "int"
10 // CHECK: ![[FPEL1]] = {{.*}}"__FuncPtr", {{.*}}, baseType: ![[FPTY1:[0-9]+]]
11 // CHECK: ![[FPTY1]] = {{.*}}baseType: ![[FNTY1:[0-9]+]]
12 // CHECK: ![[FNTY1]] = !DISubroutineType(types: ![[VOIDVOID:[0-9]+]])
13 // CHECK: ![[VOIDVOID]] = !{null, null}
14 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "__block_descriptor
    [all...]
  /external/clang/test/CodeGenCXX/
virtual-pseudo-destructor-call.cpp 8 // CHECK: define {{.*}} @_Z1fP1A
9 // CHECK: load
10 // CHECK: load
11 // CHECK: [[CALLEE:%[a-zA-Z0-9.]*]] = load
12 // CHECK: call {{.*}} [[CALLEE]](
  /external/clang/test/Index/
subclass-comment.mm 10 // CHECK: CommentAST=[
11 // CHECK-NEXT: (CXComment_FullComment
12 // CHECK-NEXT: (CXComment_Paragraph
13 // CHECK-NEXT: (CXComment_Text Text=[ NSObject is root of all.])))]
18 // CHECK: CommentAST=[
19 // CHECK-NEXT: (CXComment_FullComment
20 // CHECK-NEXT: (CXComment_Paragraph
21 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
25 // CHECK: CommentAST=[
26 // CHECK-NEXT: (CXComment_FullCommen
    [all...]
  /external/llvm/test/Bitcode/
identification.ll 0 ; Check that a block "IDENTIFICATION_BLOCK_ID" is emitted.
3 ;CHECK: <IDENTIFICATION_BLOCK_ID
4 ;CHECK-NEXT: <STRING
5 ;CHECK-NEXT: <EPOCH
6 ;CHECK-NEXT: </IDENTIFICATION_BLOCK_ID
  /external/llvm/test/CodeGen/PowerPC/
weak_def_can_be_hidden.ll 3 ; RUN: llc -mtriple=powerpc-apple-darwin9 -O0 < %s | FileCheck --check-prefix=CHECK-D89 %s
4 ; RUN: llc -mtriple=powerpc-apple-darwin8 -O0 < %s | FileCheck --check-prefix=CHECK-D89 %s
7 ; CHECK: .globl _v1
8 ; CHECK: .weak_def_can_be_hidden _v1
10 ; CHECK-D89: .globl _v1
11 ; CHECK-D89: .weak_definition _v1
19 ; CHECK: .globl _v2
20 ; CHECK: .weak_definition _v
    [all...]
  /external/llvm/test/CodeGen/X86/
tls-windows-itanium.ll 1 ; RUN: llc -mtriple i686-windows-itanium -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-ASM
2 ; RUN: llc -mtriple i686-windows-itanium -filetype obj -o - %s | llvm-readobj -relocations - | FileCheck %s -check-prefix CHECK-OBJ
14 ; CHECK-ASM-LABEL: _get_count_incremented:
15 ; CHECK-ASM: movl __tls_index, %eax
16 ; CHECK-ASM: movl %fs:__tls_array, %ecx
17 ; CHECK-ASM: movl (%ecx,%eax,4), %ecx
18 ; CHECK-ASM: _get_count_incremented.count@SECREL32(%ecx), %eax
19 ; CHECK-ASM: incl %ea
    [all...]
  /external/llvm/test/CodeGen/XCore/
linkage.ll 3 ; CHECK: .weak fd
9 ; CHECK-NOT: .hidden test_hidden
16 ; CHECK-NOT: .protected
21 ; CHECK: .globl array.globound
22 ; CHECK: array.globound = 2
23 ; CHECK: .weak array.globound
24 ; CHECK: .globl array
25 ; CHECK: .weak array
28 ; CHECK: .globl ac.globound
29 ; CHECK: ac.globound =
    [all...]
  /external/llvm/test/MC/ARM/
directive-arch-armv2.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 armv2
16 @ CHECK-ATTR: FileAttributes {
17 @ CHECK-ATTR: Attribute {
18 @ CHECK-ATTR: TagName: CPU_name
19 @ CHECK-ATTR: Value:
    [all...]
directive-arch-armv2a.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 armv2a
16 @ CHECK-ATTR: FileAttributes {
17 @ CHECK-ATTR: Attribute {
18 @ CHECK-ATTR: TagName: CPU_name
19 @ CHECK-ATTR: Value: 2
    [all...]
directive-arch-armv3.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 armv3
16 @ CHECK-ATTR: FileAttributes {
17 @ CHECK-ATTR: Attribute {
18 @ CHECK-ATTR: TagName: CPU_name
19 @ CHECK-ATTR: Value:
    [all...]
directive-arch-armv3m.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 armv3m
16 @ CHECK-ATTR: FileAttributes {
17 @ CHECK-ATTR: Attribute {
18 @ CHECK-ATTR: TagName: CPU_name
19 @ CHECK-ATTR: Value: 3
    [all...]
directive-arch-armv5.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 armv5
16 @ CHECK-ATTR: FileAttributes {
17 @ CHECK-ATTR: Attribute {
18 @ CHECK-ATTR: TagName: CPU_name
19 @ CHECK-ATTR: Value:
    [all...]
directive-arch-armv6-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 armv6-m
16 @ CHECK-ATTR: FileAttributes {
17 @ CHECK-ATTR: Attribute {
18 @ CHECK-ATTR: TagName: CPU_name
19 @ CHECK-ATTR: Value: 6-
    [all...]
directive-arch-armv7.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
16 @ CHECK-ATTR: FileAttributes {
17 @ CHECK-ATTR: Attribute {
18 @ CHECK-ATTR: TagName: CPU_name
19 @ CHECK-ATTR: Value:
    [all...]
  /external/llvm/test/MC/AsmParser/
macro_parsing.s 12 # CHECK: int $2
13 # CHECK: int $8
14 # CHECK: int $9
15 # CHECK: int $10
16 # CHECK: int $16
  /external/llvm/test/MC/COFF/
early-dce.s 11 # CHECK: Sections [
12 # CHECK: Section {
13 # CHECK: Name: .text
14 # CHECK: }
15 # CHECK: ]
  /external/llvm/test/MC/ELF/
cfi-large-model.s 4 // CHECK: Section {
5 // CHECK: Index:
6 // CHECK: Name: .eh_frame
7 // CHECK-NEXT: Type: SHT_X86_64_UNWIND
8 // CHECK-NEXT: Flags [
9 // CHECK-NEXT: SHF_ALLOC
10 // CHECK-NEXT: ]
11 // CHECK-NEXT: Address: 0x0
12 // CHECK-NEXT: Offset: 0x40
13 // CHECK-NEXT: Size: 5
    [all...]
relax.s 14 // CHECK: Section {
15 // CHECK: Name: .text
16 // CHECK-NEXT: Type: SHT_PROGBITS
17 // CHECK-NEXT: Flags [
18 // CHECK-NEXT: SHF_ALLOC
19 // CHECK-NEXT: SHF_EXECINSTR
20 // CHECK-NEXT: ]
21 // CHECK-NEXT: Address: 0x0
22 // CHECK-NEXT: Offset: 0x40
23 // CHECK-NEXT: Size:
    [all...]
  /external/llvm/test/MC/MachO/
pushsection.s 4 // CHECK: .section __TEXT,__text
7 // CHECK: .section __DATA,__data
10 // CHECK: .section __TEXT,initcode
13 // CHECK: .section __DATA,__data
16 // CHECK: .section __TEXT,__text
  /external/llvm/test/Object/
elf-reloc-no-sym.test 3 CHECK: Relocations [
4 CHECK-NEXT: Section (1) .rela.plt {
5 CHECK-NEXT: 0x4011D8 R_X86_64_IRELATIVE - 0x400120
6 CHECK-NEXT: }
7 CHECK-NEXT: ]
  /external/llvm/test/tools/llvm-dwp/X86/
empty.test 4 CHECK-LABEL: .debug_cu_index
5 CHECK-NOT: version
6 CHECK-LABEL: .debug_tu_index
7 CHECK-NOT: version
8 CHECK: .debug_
  /external/llvm/test/tools/llvm-nm/X86/
posixMachO.test 3 # CHECK: EH_frame0 s 68 0
4 # CHECK: L_.str s 3b 0
5 # CHECK: _main T 0 0
6 # CHECK: _main.eh S 80 0
7 # CHECK: _printf U 0 0
  /external/llvm/test/tools/llvm-objdump/X86/
macho-relocations.test 3 CHECK: RELOCATION RECORDS FOR [__text]:
4 CHECK: 0000000000000027 X86_64_RELOC_BRANCH _printf
5 CHECK: 000000000000000b X86_64_RELOC_SIGNED L_.str
6 CHECK: RELOCATION RECORDS FOR [__compact_unwind]:
7 CHECK: 0000000000000000 X86_64_RELOC_UNSIGNED __text
macho-unwind-info.test 3 CHECK: Contents of __compact_unwind section:
4 CHECK: Entry at offset 0x0:
5 CHECK: start: 0x0 _main
6 CHECK: length: 0x3b
7 CHECK: compact encoding: 0x01000000

Completed in 1533 milliseconds

<<21222324252627282930>>