mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ba6b0a8894
Differential Revision: https://reviews.llvm.org/D80523
15 lines
537 B
Plaintext
15 lines
537 B
Plaintext
RUN: llvm-dwarfdump %p/Inputs/dwarfdump-pubnames.elf-x86-64 \
|
|
RUN: --debug-pubnames | FileCheck %s
|
|
|
|
CHECK: .debug_pubnames contents:
|
|
CHECK: length = 0x000000a1, format = DWARF32, 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"
|
|
|