• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: llvm-dwarfdump -v %p/../Inputs/dwarfdump-test-loc-list-32bit.elf.o | FileCheck %s
2Note: the input file was generated from Inputs/dwarfdump-test-loc-list-32bit.elf.cpp
3
4CHECK: .debug_info
5CHECK: DW_AT_name{{.*}}"f"
6CHECK: DW_AT_location{{.*}}([[F_LOC:0x[0-9a-f]*]]
7CHECK-NEXT:    [0x00000000, 0x00000023): DW_OP_reg1 ECX
8CHECK-NEXT:    [0x00000023, 0x0000005d): DW_OP_breg5 EBP-16)
9CHECK: DW_AT_name{{.*}}"g"
10CHECK: DW_AT_location{{.*}}([[G_LOC:0x[0-9a-f]*]]
11CHECK-NEXT:    [0x00000000, 0x00000020): DW_OP_reg0 EAX
12CHECK-NEXT:    [0x00000020, 0x0000005d): DW_OP_breg5 EBP-12)
13
14CHECK: .debug_loc contents:
15CHECK-NEXT: [[F_LOC]]:
16this is actually the wrong location due to PR14763, but that doesn't matter for
17the purposes of testing dwarfdump
18CHECK-NEXT:             [0x00000000, 0x00000023): DW_OP_reg1 ECX
19CHECK-NEXT:             [0x00000023, 0x0000005d): DW_OP_breg5 EBP-16
20CHECK: [[G_LOC]]:
21CHECK-NEXT:             [0x00000000, 0x00000020): DW_OP_reg0 EAX
22CHECK-NEXT:             [0x00000020, 0x0000005d): DW_OP_breg5 EBP-12
23