blob: 5a656fdd359c0a9402bc95908579302000c36ef2 [file] [log] [blame]
Adrian Prantl16aa4cf2017-09-11 23:05:20 +00001RUN: llvm-dwarfdump -v %p/../Inputs/dwarfdump-test-loc-list-32bit.elf.o | FileCheck %s
David Blaikie18e73502013-06-19 21:37:13 +00002Note: the input file was generated from Inputs/dwarfdump-test-loc-list-32bit.elf.cpp
3
4CHECK: .debug_info
5CHECK: DW_AT_name{{.*}}"f"
Reid Klecknera0587362017-08-29 21:41:21 +00006CHECK: DW_AT_location{{.*}}([[F_LOC:0x[0-9a-f]*]]
7CHECK-NEXT: 0x0000000000000000 - 0x0000000000000023: DW_OP_reg1 ECX
8CHECK-NEXT: 0x0000000000000023 - 0x000000000000005d: DW_OP_breg5 EBP-16)
David Blaikie18e73502013-06-19 21:37:13 +00009CHECK: DW_AT_name{{.*}}"g"
Reid Klecknera0587362017-08-29 21:41:21 +000010CHECK: DW_AT_location{{.*}}([[G_LOC:0x[0-9a-f]*]]
11CHECK-NEXT: 0x0000000000000000 - 0x0000000000000020: DW_OP_reg0 EAX
12CHECK-NEXT: 0x0000000000000020 - 0x000000000000005d: DW_OP_breg5 EBP-12)
13
David Blaikie18e73502013-06-19 21:37:13 +000014CHECK: .debug_loc contents:
Reid Klecknera0587362017-08-29 21:41:21 +000015CHECK-NEXT: [[F_LOC]]:
David Blaikie18e73502013-06-19 21:37:13 +000016this is actually the wrong location due to PR14763, but that doesn't matter for
17the purposes of testing dwarfdump
Reid Klecknera0587362017-08-29 21:41:21 +000018CHECK-NEXT: 0x0000000000000000 - 0x0000000000000023: DW_OP_reg1 ECX
19CHECK-NEXT: 0x0000000000000023 - 0x000000000000005d: DW_OP_breg5 EBP-16
20CHECK: [[G_LOC]]:
21CHECK-NEXT: 0x0000000000000000 - 0x0000000000000020: DW_OP_reg0 EAX
22CHECK-NEXT: 0x0000000000000020 - 0x000000000000005d: DW_OP_breg5 EBP-12