Lines Matching +full:external +full:- +full:contents

1 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 | FileCheck -check-pre…
2 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 -filetype=obj -o - \
3 ; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -unwind-info - \
4 ; RUN: | FileCheck -check-prefix=CU %s
5 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 \
6 ; RUN: | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
7 ; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -unwind-info - \
8 ; RUN: | FileCheck -check-prefix=FROM-ASM %s
10 ; RUN: llc < %s -mtriple x86_64-apple-macosx10.8.0 -mcpu corei7 -filetype=obj -o - \
11 ; RUN: | llvm-objdump -triple x86_64-apple-macosx10.8.0 -unwind-info - \
12 ; RUN: | FileCheck -check-prefix=NOFP-CU %s
13 ; RUN: llc < %s -mtriple x86_64-apple-darwin11 -mcpu corei7 \
14 ; RUN: | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
15 ; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -unwind-info - \
16 ; RUN: | FileCheck -check-prefix=NOFP-FROM-ASM %s
20 @gv = external global i32
28 ; CU: Contents of __compact_unwind section:
29 ; CU-NEXT: Entry at offset 0x0:
30 ; CU-NEXT: start: 0x0 _test0
31 ; CU-NEXT: length: 0x1e
32 ; CU-NEXT: compact encoding: 0x01010001
34 ; FROM-ASM: Contents of __compact_unwind section:
35 ; FROM-ASM-NEXT: Entry at offset 0x0:
36 ; FROM-ASM-NEXT: start: 0x0 _test0
37 ; FROM-ASM-NEXT: length: 0x1e
38 ; FROM-ASM-NEXT: compact encoding: 0x01010001
60 @G1 = external hidden global %"struct.dyld::MappedRanges", align 8
67 ; NOFP-CU: Entry at offset 0x20:
68 ; NOFP-CU-NEXT: start: 0x1d _test1
69 ; NOFP-CU-NEXT: length: 0x42
70 ; NOFP-CU-NEXT: compact encoding: 0x02040c0a
72 ; NOFP-FROM-ASM: Entry at offset 0x20:
73 ; NOFP-FROM-ASM-NEXT: start: 0x1d _test1
74 ; NOFP-FROM-ASM-NEXT: length: 0x42
75 ; NOFP-FROM-ASM-NEXT: compact encoding: 0x02040c0a