/external/llvm/test/MC/MachO/ |
zerofill-5.s | 9 // CHECK: File: <stdin> 10 // CHECK: Format: Mach-O 64-bit x86-64 11 // CHECK: Arch: x86_64 12 // CHECK: AddressSize: 64bit 13 // CHECK: MachHeader { 14 // CHECK: Magic: Magic64 (0xFEEDFACF) 15 // CHECK: CpuType: X86-64 (0x1000007) 16 // CHECK: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3) 17 // CHECK: FileType: Relocatable (0x1) 18 // CHECK: NumOfLoadCommands: [all...] |
string-table.s | 5 // CHECK: File: <stdin> 6 // CHECK: Format: Mach-O 32-bit i386 7 // CHECK: Arch: i386 8 // CHECK: AddressSize: 32bit 9 // CHECK: MachHeader { 10 // CHECK: Magic: Magic (0xFEEDFACE) 11 // CHECK: CpuType: X86 (0x7) 12 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3) 13 // CHECK: FileType: Relocatable (0x1) 14 // CHECK: NumOfLoadCommands: [all...] |
zerofill-2.s | 8 // CHECK: File: <stdin> 9 // CHECK: Format: Mach-O 32-bit i386 10 // CHECK: Arch: i386 11 // CHECK: AddressSize: 32bit 12 // CHECK: MachHeader { 13 // CHECK: Magic: Magic (0xFEEDFACE) 14 // CHECK: CpuType: X86 (0x7) 15 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3) 16 // CHECK: FileType: Relocatable (0x1) 17 // CHECK: NumOfLoadCommands: [all...] |
absolute.s | 20 // CHECK: File: <stdin> 21 // CHECK: Format: Mach-O 64-bit x86-64 22 // CHECK: Arch: x86_64 23 // CHECK: AddressSize: 64bit 24 // CHECK: MachHeader { 25 // CHECK: Magic: Magic64 (0xFEEDFACF) 26 // CHECK: CpuType: X86-64 (0x1000007) 27 // CHECK: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3) 28 // CHECK: FileType: Relocatable (0x1) 29 // CHECK: NumOfLoadCommands: [all...] |
x86_32-symbols.s | 124 // CHECK: File: <stdin> 125 // CHECK: Format: Mach-O 32-bit i386 126 // CHECK: Arch: i386 127 // CHECK: AddressSize: 32bit 128 // CHECK: MachHeader { 129 // CHECK: Magic: Magic (0xFEEDFACE) 130 // CHECK: CpuType: X86 (0x7) 131 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3) 132 // CHECK: FileType: Relocatable (0x1) 133 // CHECK: NumOfLoadCommands: [all...] |
indirect-symbols.s | 23 // CHECK: File: <stdin> 24 // CHECK: Format: Mach-O 32-bit i386 25 // CHECK: Arch: i386 26 // CHECK: AddressSize: 32bit 27 // CHECK: MachHeader { 28 // CHECK: Magic: Magic (0xFEEDFACE) 29 // CHECK: CpuType: X86 (0x7) 30 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3) 31 // CHECK: FileType: Relocatable (0x1) 32 // CHECK: NumOfLoadCommands: [all...] |
/external/llvm/test/TableGen/ |
NestedForeach.td | 20 // CHECK: def C2D0 21 // CHECK: def C2D2 22 // CHECK: def C2D4 23 // CHECK: def C2P0 24 // CHECK: def C2P2 25 // CHECK: def C2P4 26 // CHECK: def C2Q0 27 // CHECK: def C2Q2 28 // CHECK: def C2Q4 29 // CHECK: def C3D [all...] |
SiblingForeach.td | 23 // CHECK: def I1_1 24 // CHECK: int I = 1; 25 // CHECK: int J = 0; 26 // CHECK: int K = 0; 28 // CHECK: def I1_1_J1_1 29 // CHECK: int I = 1; 30 // CHECK: int J = 1; 31 // CHECK: int K = 0; 33 // CHECK: def I1_1_J1_2 34 // CHECK: int I = 1 [all...] |
ForeachLoop.td | 8 // CHECK-NOT: !strconcat 13 // CHECK: def Q0 14 // CHECK: def Q1 15 // CHECK: def Q2 16 // CHECK: def Q3 21 // CHECK: def R0 22 // CHECK: string Name = "R0"; 23 // CHECK: int Index = 0; 25 // CHECK: def R1 26 // CHECK: string Name = "R1" [all...] |
ForeachList.td | 13 // CHECK: def F0 14 // CHECK: string Name = "F0"; 15 // CHECK: int Index = 0; 17 // CHECK: def F1 18 // CHECK: string Name = "F1"; 19 // CHECK: int Index = 1; 21 // CHECK: def F2 22 // CHECK: string Name = "F2"; 23 // CHECK: int Index = 2; 25 // CHECK: def F [all...] |
/external/clang/test/Analysis/ |
objc-radar17039661.m | 62 // CHECK: <key>diagnostics</key> 63 // CHECK: <array> 64 // CHECK: <dict> 65 // CHECK: <key>path</key> 66 // CHECK: <array> 67 // CHECK: <dict> 68 // CHECK: <key>kind</key><string>control</string> 69 // CHECK: <key>edges</key> 70 // CHECK: <array> 71 // CHECK: <dict [all...] |
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
comm-1.s | 10 // CHECK: ('cputype', 7) 11 // CHECK: ('cpusubtype', 3) 12 // CHECK: ('filetype', 1) 13 // CHECK: ('num_load_commands', 3) 14 // CHECK: ('load_commands_size', 228) 15 // CHECK: ('flag', 0) 16 // CHECK: ('load_commands', [ 17 // CHECK: # Load Command 0 18 // CHECK: (('command', 1) 19 // CHECK: ('size', 124 [all...] |
absolutize.s | 50 // CHECK: ('cputype', 7) 51 // CHECK: ('cpusubtype', 3) 52 // CHECK: ('filetype', 1) 53 // CHECK: ('num_load_commands', 3) 54 // CHECK: ('load_commands_size', 296) 55 // CHECK: ('flag', 0) 56 // CHECK: ('load_commands', [ 57 // CHECK: # Load Command 0 58 // CHECK: (('command', 1) 59 // CHECK: ('size', 192 [all...] |
tdata.s | 6 // CHECK: ('cputype', 16777223) 7 // CHECK: ('cpusubtype', 3) 8 // CHECK: ('filetype', 1) 9 // CHECK: ('num_load_commands', 3) 10 // CHECK: ('load_commands_size', 336) 11 // CHECK: ('flag', 0) 12 // CHECK: ('reserved', 0) 13 // CHECK: ('load_commands', [ 14 // CHECK: # Load Command 0 15 // CHECK: (('command', 25 [all...] |
tlv.s | 10 // CHECK: ('cputype', 16777223) 11 // CHECK: ('cpusubtype', 3) 12 // CHECK: ('filetype', 1) 13 // CHECK: ('num_load_commands', 3) 14 // CHECK: ('load_commands_size', 336) 15 // CHECK: ('flag', 0) 16 // CHECK: ('reserved', 0) 17 // CHECK: ('load_commands', [ 18 // CHECK: # Load Command 0 19 // CHECK: (('command', 25 [all...] |
zerofill-5.s | 9 // CHECK: ('cputype', 16777223) 10 // CHECK: ('cpusubtype', 3) 11 // CHECK: ('filetype', 1) 12 // CHECK: ('num_load_commands', 3) 13 // CHECK: ('load_commands_size', 336) 14 // CHECK: ('flag', 0) 15 // CHECK: ('reserved', 0) 16 // CHECK: ('load_commands', [ 17 // CHECK: # Load Command 0 18 // CHECK: (('command', 25 [all...] |
tlv-reloc.s | 24 // CHECK: ('cputype', 16777223) 25 // CHECK: ('cpusubtype', 3) 26 // CHECK: ('filetype', 1) 27 // CHECK: ('num_load_commands', 3) 28 // CHECK: ('load_commands_size', 416) 29 // CHECK: ('flag', 0) 30 // CHECK: ('reserved', 0) 31 // CHECK: ('load_commands', [ 32 // CHECK: # Load Command 0 33 // CHECK: (('command', 25 [all...] |
zerofill-2.s | 8 // CHECK: ('cputype', 7) 9 // CHECK: ('cpusubtype', 3) 10 // CHECK: ('filetype', 1) 11 // CHECK: ('num_load_commands', 3) 12 // CHECK: ('load_commands_size', 296) 13 // CHECK: ('flag', 0) 14 // CHECK: ('load_commands', [ 15 // CHECK: # Load Command 0 16 // CHECK: (('command', 1) 17 // CHECK: ('size', 192 [all...] |
symbol-indirect.s | 72 // CHECK: ('cputype', 7) 73 // CHECK: ('cpusubtype', 3) 74 // CHECK: ('filetype', 1) 75 // CHECK: ('num_load_commands', 3) 76 // CHECK: ('load_commands_size', 364) 77 // CHECK: ('flag', 0) 78 // CHECK: ('load_commands', [ 79 // CHECK: # Load Command 0 80 // CHECK: (('command', 1) 81 // CHECK: ('size', 260 [all...] |
/external/llvm/test/MC/Mips/ |
micromips-label-test.s | 17 # CHECK: Symbols [ 18 # CHECK: Symbol { 19 # CHECK: Name: f 20 # CHECK: Binding: Local 21 # CHECK: Type: None 22 # CHECK: Other: 0 23 # CHECK: Section: .text 24 # CHECK: } 25 # CHECK: Symbol { 26 # CHECK: Name: [all...] |
/external/llvm/test/MC/COFF/ |
section-comdat.s | 47 // CHECK: Sections [ 48 // CHECK: Section { 49 // CHECK: Number: 4 50 // CHECK: Name: assocSec 51 // CHECK: Characteristics [ 52 // CHECK: IMAGE_SCN_LNK_COMDAT 53 // CHECK: ] 54 // CHECK: } 55 // CHECK: Section { 56 // CHECK: Number: [all...] |
directive-section-characteristics.ll | 9 ; CHECK: Section { 10 ; CHECK: Name: .text 11 ; CHECK: PointerToRawData: 0xB4 12 ; CHECK: } 14 ; CHECK: Section { 15 ; CHECK: Name: .drectve 16 ; CHECK: PointerToRawData: 0xB8 17 ; CHECK: Characteristics [ 18 ; CHECK: IMAGE_SCN_ALIGN_1BYTES 19 ; CHECK: IMAGE_SCN_LNK_INF [all...] |
/external/llvm/test/tools/llvm-readobj/ |
coff-non-null-terminated-file.test | 3 CHECK: Symbols [ 4 CHECK: Symbol { 5 CHECK: Name: .file 6 CHECK: Value: 0 7 CHECK: StorageClass: File 8 CHECK: AuxSymbolCount: 1 9 CHECK: AuxFileRecord { 10 CHECK: FileName: eighteen-chars.obj{{$}} 11 CHECK: } 12 CHECK: [all...] |
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
darwin-ARM-reloc.s | 22 @ CHECK: ('cputype', 12) 23 @ CHECK: ('cpusubtype', 9) 24 @ CHECK: ('filetype', 1) 25 @ CHECK: ('num_load_commands', 3) 26 @ CHECK: ('load_commands_size', 364) 27 @ CHECK: ('flag', 0) 28 @ CHECK: ('load_commands', [ 29 @ CHECK: # Load Command 0 30 @ CHECK: (('command', 1) 31 @ CHECK: ('size', 260 [all...] |
/art/test/136-daemon-jni-shutdown/ |
expected.txt | 2 About to call exception check 3 About to call exception check 4 About to call exception check 5 About to call exception check
|