[PATCH] D107033: [llvm-objdump][CallGraphInfo] Parse .callgraph section

Necip Fazil Yildiran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 21:53:04 PDT 2021


necipfazil created this revision.
Herald added subscribers: rupprecht, emaste.
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.

Parse the .callgraph section for indirect call graph information. Print type
identifier mappings for indirect calls and targets.

Patch 6/6: Extract call graph information from binary

Original RFC: https://lists.llvm.org/pipermail/llvm-dev/2021-June/151044.html
Updated RFC: https://lists.llvm.org/pipermail/llvm-dev/2021-July/151739.html


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107033

Files:
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-callgraph-section-warnings.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-callgraph-section.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-invalid-format-version.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-invalid-func-entry.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-invalid-func-kind.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-malformed-callgraph-section.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-malformed-callgraph-section2.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107033.362630.patch
Type: text/x-patch
Size: 17048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/db5e9e5b/attachment.bin>


More information about the llvm-commits mailing list