OSDN Git Service

[llvm-pdbutil] Dump inline call site line table annotations
authorReid Kleckner <rnk@google.com>
Wed, 29 May 2019 21:26:25 +0000 (21:26 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 29 May 2019 21:26:25 +0000 (21:26 +0000)
commit524187c8cc0ba55bc3b8b3abb22a1652f677afd0
tree8040058188c33ddb9f4a321a0ff5d15d4ae03a80
parentb37f1aa2250069bee5c44b32d76e43cadbe72b58
[llvm-pdbutil] Dump inline call site line table annotations

This ports and improves on some existing llvm-readobj -codeview dumping
functionality that llvm-pdbutil lacked.

Helpful for comparing inline line tables between MSVC and clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362037 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/SymbolRecord.h
test/MC/COFF/cv-inline-linetable.s
tools/llvm-pdbutil/MinimalSymbolDumper.cpp