linux-packaging-mono/external/llvm/test/DebugInfo/dwarfdump-pubnames.test
Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00

15 lines
516 B
Plaintext

RUN: llvm-dwarfdump %p/Inputs/dwarfdump-pubnames.elf-x86-64 \
RUN: --debug-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"