[PATCH] D105949: [llvm-objdump][CallGraphSection] Extract call graph information from binary

Necip Fazil Yildiran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 17:18:46 PDT 2021


necipfazil created this revision.
Herald added a subscriber: rupprecht.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
necipfazil requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Introduce –call-graph-info option to llvm-objdump to dump call graph
information. Output includes information for type identifiers for indirect
calls and targets from call graph section, if available.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105949

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst
  llvm/test/tools/llvm-objdump/Inputs/call-graph-section
  llvm/test/tools/llvm-objdump/call-graph-info.test
  llvm/tools/llvm-objdump/ObjdumpOpts.td
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105949.358460.patch
Type: text/x-patch
Size: 20403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210714/508fe487/attachment.bin>


More information about the llvm-commits mailing list