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
We probably want sorted maps to avoid tests breaking in the future.