reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
# RUN: dsymutil -oso-prepend-path %p/../Inputs -y %s -f -o - | llvm-dwarfdump - --debug-info | FileCheck %s

# Compile with:
#  echo -e ".global _foo;\nfoo:\nnop" | clang -x assembler -g - -c -o /tmp/label.o

# CHECK: DW_TAG_label
# CHECK-NEXT: DW_AT_name	("foo")

---
triple:          'x86_64-apple-darwin'
objects:
  - filename: label.o
    symbols:
      - { sym: _foo, objAddr: 0x0, binAddr: 0x1000, size: 0x1 }
...