• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:style

1 // Check zlib-gnu style
2 // RUN: llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple x86_64-pc-linux-gnu < %s -o…
3 // RUN: llvm-objdump -s %t | FileCheck --check-prefix=CHECK-GNU-STYLE %s
4 // RUN: llvm-dwarfdump -debug-dump=str %t | FileCheck --check-prefix=STR %s
5 // RUN: llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple i386-pc-linux-gnu < %s \
6 // RUN: | llvm-readobj -symbols - | FileCheck --check-prefix=386-SYMBOLS-GNU %s
8 // Check zlib style
9 // RUN: llvm-mc -filetype=obj -compress-debug-sections=zlib -triple x86_64-pc-linux-gnu < %s -o %t
10 // RUN: llvm-objdump -s %t | FileCheck --check-prefix=CHECK-ZLIB-STYLE %s
11 // RUN: llvm-dwarfdump -debug-dump=str %t | FileCheck --check-prefix=STR %s
12 // RUN: llvm-mc -filetype=obj -compress-debug-sections=zlib -triple i386-pc-linux-gnu < %s \
13 // RUN: | llvm-readobj -symbols - | FileCheck --check-prefix=386-SYMBOLS-ZLIB %s
14 // RUN: llvm-readobj -sections %t | FileCheck --check-prefix=ZLIB-STYLE-FLAGS %s
19 // CHECK-GNU-STYLE: Contents of section .debug_abbrev:
20 // CHECK-GNU-STYLE-NOT: ZLIB
21 // CHECK-GNU-STYLE-NOT: Contents of
23 // CHECK-GNU-STYLE: Contents of section .debug_info:
25 // CHECK-GNU-STYLE: Contents of section .zdebug_str:
27 // CHECK-GNU-STYLE-NEXT: ZLIB
28 // CHECK-GNU-STYLE-NOT: ZLIB
30 // CHECK-GNU-STYLE: Contents of section .debug_frame:
31 // CHECK-GNU-STYLE-NOT: ZLIB
32 // CHECK-GNU-STYLE: Contents of
40 // 386-SYMBOLS-GNU: Name: .Linfo_string0
41 // 386-SYMBOLS-GNU-NOT: }
42 // 386-SYMBOLS-GNU: Section: .zdebug_str
44 // Now check the zlib style output:
47 // CHECK-ZLIB-STYLE: Contents of section .debug_abbrev:
48 // CHECK-ZLIB-STYLE-NOT: ZLIB
49 // CHECK-ZLIB-STYLE-NOT: Contents of
50 // CHECK-ZLIB-STYLE: Contents of section .debug_info:
52 // CHECK-ZLIB-STYLE: Contents of section .debug_frame:
53 // CHECK-ZLIB-STYLE-NOT: ZLIB
54 // CHECK-ZLIB-STYLE: Contents of
57 // zlib-style, not zlib-gnu one. Check that SHF_COMPRESSED was set.
58 // ZLIB-STYLE-FLAGS: Section {
59 // ZLIB-STYLE-FLAGS: Index:
60 // ZLIB-STYLE-FLAGS: Name: .debug_str
61 // ZLIB-STYLE-FLAGS-NEXT: Type: SHT_PROGBITS
62 // ZLIB-STYLE-FLAGS-NEXT: Flags [
63 // ZLIB-STYLE-FLAGS-NEXT: SHF_COMPRESSED
65 // 386-SYMBOLS-ZLIB: Name: .Linfo_string0
66 // 386-SYMBOLS-ZLIB-NOT: }
67 // 386-SYMBOLS-ZLIB: Section: .debug_str
111 # Below is the section we will use to check that after compression with llvm-mc,
112 # llvm-dwarfdump tool will be able to decompress data back and dump it. Data sample