[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-dwarfdump / X86 / debug_addr_dwarf4.s
blob57e9dd3c5193cf2676d661426568b5e637cf4691
1 # RUN: llvm-mc %s -filetype obj -triple i386-pc-linux -o %t.o
2 # RUN: llvm-dwarfdump --debug-addr %t.o | FileCheck %s
4 # CHECK: .debug_addr contents
5 # CHECK-NEXT: length = 0x00000000, version = 0x0004, addr_size = 0x04, seg_size = 0x00
6 # CHECK-NEXT: Addrs: [
7 # CHECK-NEXT: 0x00000000
8 # CHECK-NEXT: 0x00000001
10 .section .debug_abbrev,"",@progbits
11 .byte 1 # Abbreviation Code
12 .section .debug_info,"",@progbits
13 .Lcu_begin0:
14 .long 7 # Length of Unit
15 .short 4 # DWARF version number
16 .long .debug_abbrev # Offset Into Abbrev. Section
17 .byte 4 # Address Size (in bytes)
18 .section .debug_addr,"",@progbits
19 .long 0x00000000
20 .long 0x00000001