Lines Matching +full:single +full:- +full:version
1 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-linux-gnu \
2 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr…
4 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=i386-linux-gnu \
5 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-32 --check-pr…
7 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-linux-gnu -split-dwarf=Enable \
8 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=FISSION --check-prefix=GNUOP %s
10 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-scei-ps4 \
11 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr…
13 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-apple-darwin \
14 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=DARWIN --check-prefix=STDOP %s
16 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-freebsd \
17 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr…
19 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-linux-gnu -emulated-tls \
20 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-64 \
21 ; RUN: --check-prefix=EMUGNUOP --check-prefix=EMU %s
23 ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=i386-linux-gnu -emulated-tls \
24 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-32 \
25 ; RUN: --check-prefix=EMUGNUOP --check-prefix=EMU %s
27 ; TODO: Add expected output for -emulated-tls tests.
29 ; FIXME: add relocation and DWARF expression support to llvm-dwarfdump & use
36 ; FISSION-NEXT: .byte 252
38 ; FISSION-NEXT: .byte 0
40 ; SINGLE: .section .debug_info,
44 ; SINGLE-64: .byte 10 # DW_AT_location
46 ; SINGLE-64-NEXT: .byte 14
47 ; SINGLE-64-NEXT: .quad tls@DTPOFF
51 ; DARWIN-NEXT: .byte 14
52 ; DARWIN-NEXT: .quad _tls
54 ; 6 bytes of data in 32-bit mode
55 ; SINGLE-32: .byte 6 # DW_AT_location
57 ; SINGLE-32-NEXT: .byte 12
58 ; SINGLE-32-NEXT: .long tls@DTPOFF
61 ; GNUOP-NEXT: .byte 224
63 ; STDOP-NEXT: .byte 155
68 ; FISSION-NEXT: .byte 251
69 ; FISSION-NEXT: .byte 1
74 ; FISSION-NEXT: .byte 251
75 ; FISSION-NEXT: .byte 1
77 ; FISSION-NEXT: .byte 159
82 ; FISSION-NEXT: .quad tls@DTPOFF
83 ; FISSION-NEXT: .quad glbl
84 ; FISSION-NOT: .quad glbl
108 …-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-f…
114 …language: DW_LANG_C_plus_plus, producer: "clang version 3.5 ", isOptimized: false, splitDebugFilen…
128 !15 = !{i32 2, !"Dwarf Version", i32 4}
129 !16 = !{i32 1, !"Debug Info Version", i32 3}
130 !17 = !{!"clang version 3.5 "}