You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
520 B
15 lines
520 B
RUN: llvm-dwarfdump %p/Inputs/dwarfdump-pubnames.elf-x86-64 \
|
|
RUN: -debug-dump=pubnames | FileCheck %s
|
|
|
|
CHECK: .debug_pubnames contents:
|
|
CHECK: length = 0x000000a1 version = 0x0002 unit_offset = 0x00000000 unit_size = 0x00000141
|
|
|
|
CHECK: Offset Name
|
|
CHECK: 0x00000098 "global_namespace_variable"
|
|
CHECK: 0x000000a7 "global_namespace_function"
|
|
CHECK: 0x000000ec "static_member_function"
|
|
CHECK: 0x0000007c "global_variable"
|
|
CHECK: 0x00000103 "global_function"
|
|
CHECK: 0x000000c2 "member_function"
|
|
|