hanchenye-llvm-project/llvm/test/tools/llvm-objdump/X86
Shiva Chen 2c864551df [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
In order to set breakpoints on labels and list source code around
labels, we need collect debug information for labels, i.e., label
name, the function label belong, line number in the file, and the
address label located. In order to keep these information in LLVM
IR and to allow backend to generate debug information correctly.
We create a new kind of metadata for labels, DILabel. The format
of DILabel is

!DILabel(scope: !1, name: "foo", file: !2, line: 3)

We hope to keep debug information as much as possible even the
code is optimized. So, we create a new kind of intrinsic for label
metadata to avoid the metadata is eliminated with basic block.
The intrinsic will keep existing if we keep it from optimized out.
The format of the intrinsic is

llvm.dbg.label(metadata !1)

It has only one argument, that is the DILabel metadata. The
intrinsic will follow the label immediately. Backend could get the
label metadata through the intrinsic's parameter.

We also create DIBuilder API for labels to be used by Frontend.
Frontend could use createLabel() to allocate DILabel objects, and use
insertLabel() to insert llvm.dbg.label intrinsic in LLVM IR.

Differential Revision: https://reviews.llvm.org/D45024

Patch by Hsiangkai Wang.

llvm-svn: 331841
2018-05-09 02:40:45 +00:00
..
Inputs
coff-dis-internal.test
coff-disassemble-export.test
debug-info-fileinfo.test
disasm-specific-funcs.test
disassemble-code-data-mix.s
disassemble-data.test
disassembly-show-raw.test
hex-displacement.test
invalid-macho-build-version.yaml
lit.local.cfg
macho-archive-headers.test
macho-build-version.yaml
macho-cstring-dump.test
macho-dis-no-leading-addr.test
macho-dis-symname.test
macho-disassembly-kextbundle.test
macho-disassembly-stripped.test
macho-dylib.test
macho-indirect-symbols.test
macho-info-plist-nofollow.test
macho-info-plist.test
macho-literal-pointers-i386.test
macho-literal-pointers-x86_64.test
macho-literals.test
macho-nofirst-symbol-disassembly.test
macho-nontext-disasm.test
macho-objc-meta-data.test
macho-preload-relocations.test
macho-print-thread.test
macho-private-header.test
macho-private-headers.test
macho-relocations.test
macho-section-contents.test
macho-section-headers.test
macho-section.test
macho-stub-nosyms-disassembly.test
macho-symbol-table.test
macho-symbolized-disassembly.test
macho-symbolized-subtractor-i386.test
macho-symbolized-subtractor.test
macho-universal-x86_64.i386.test
macho-unwind-info.test
malformed-machos.test
openbsd-headers.test
out-of-section-sym.test
phdrs.test
source-interleave-x86_64.ll [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. 2018-05-09 02:40:45 +00:00
start-stop-address.test
stripped-shared.test
stubbed-dylib.test
truncated-section.test