[PATCH] D105917: [llvm-objdump][CallGraphSection] Extract call graph information from binary
Necip Fazil Yildiran via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 17 21:02:20 PDT 2021
necipfazil updated this revision to Diff 359594.
necipfazil added a comment.
Adapt to the new call graph section layout, refactor
- Parse the call graph section based on the new section layout
- Refactor code for readability and efficiency
- Account for functions that call graph section has no info for, and them as indirect target with unknown type id.
- Add additional warning messages (for functions that call graph section has no info for)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105917/new/
https://reviews.llvm.org/D105917
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: D105917.359594.patch
Type: text/x-patch
Size: 20996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210718/389f3025/attachment.bin>
More information about the llvm-commits
mailing list