blob: 61a1080b468da2796a6d129fe63668273e19b5c2 [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]*]]
Jonas Devlieghere6f24c872018-01-16 11:17:57 +00007CHECK-NEXT: [0x00000000, 0x00000023): DW_OP_reg1 ECX
8CHECK-NEXT: [0x00000023, 0x0000005d): 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]*]]
Jonas Devlieghere6f24c872018-01-16 11:17:57 +000011CHECK-NEXT: [0x00000000, 0x00000020): DW_OP_reg0 EAX
12CHECK-NEXT: [0x00000020, 0x0000005d): DW_OP_breg5 EBP-12)
Reid Klecknera0587362017-08-29 21:41:21 +000013
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
Jonas Devlieghere6f24c872018-01-16 11:17:57 +000018CHECK-NEXT: [0x00000000, 0x00000023): DW_OP_reg1 ECX
19CHECK-NEXT: [0x00000023, 0x0000005d): DW_OP_breg5 EBP-16
Reid Klecknera0587362017-08-29 21:41:21 +000020CHECK: [[G_LOC]]:
Jonas Devlieghere6f24c872018-01-16 11:17:57 +000021CHECK-NEXT: [0x00000000, 0x00000020): DW_OP_reg0 EAX
22CHECK-NEXT: [0x00000020, 0x0000005d): DW_OP_breg5 EBP-12