[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / DebugInfo / dwarfdump-pubnames.test
blobc658101b721012cdba6ca42bf41e9eb64b46aa5c
1 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-pubnames.elf-x86-64 \
2 RUN:   --debug-pubnames | FileCheck %s
4 CHECK: .debug_pubnames contents:
5 CHECK: length = 0x000000a1, format = DWARF32, version = 0x0002, unit_offset = 0x00000000, unit_size = 0x00000141
7 CHECK: Offset        Name
8 CHECK: 0x00000098    "global_namespace_variable"
9 CHECK: 0x000000a7    "global_namespace_function"
10 CHECK: 0x000000ec    "static_member_function"
11 CHECK: 0x0000007c    "global_variable"
12 CHECK: 0x00000103    "global_function"
13 CHECK: 0x000000c2    "member_function"