23 lines · plain
1RUN: llvm-dwarfdump -v %p/../Inputs/dwarfdump-test-loc-list-32bit.elf.o | FileCheck %s2Note: the input file was generated from Inputs/dwarfdump-test-loc-list-32bit.elf.cpp3 4CHECK: .debug_info5CHECK: DW_AT_name{{.*}}"f"6CHECK: DW_AT_location{{.*}}([[F_LOC:0x[0-9a-f]*]]7CHECK-NEXT: [0x00000000, 0x00000023) ".text": DW_OP_reg1 ECX8CHECK-NEXT: [0x00000023, 0x0000005d) ".text": DW_OP_breg5 EBP-16)9CHECK: DW_AT_name{{.*}}"g"10CHECK: DW_AT_location{{.*}}([[G_LOC:0x[0-9a-f]*]]11CHECK-NEXT: [0x00000000, 0x00000020) ".text": DW_OP_reg0 EAX12CHECK-NEXT: [0x00000020, 0x0000005d) ".text": 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 for17the purposes of testing dwarfdump18CHECK-NEXT: (0x00000000, 0x00000023) ".text": DW_OP_reg1 ECX19CHECK-NEXT: (0x00000023, 0x0000005d) ".text": DW_OP_breg5 EBP-1620CHECK: [[G_LOC]]:21CHECK-NEXT: (0x00000000, 0x00000020) ".text": DW_OP_reg0 EAX22CHECK-NEXT: (0x00000020, 0x0000005d) ".text": DW_OP_breg5 EBP-1223