Add a boolean to control whether object disassembly (disassembleObject())
prints. It is always set to false, which makes this an NFC.
It will be set for the upcoming --call-graph-info option, which will utilize
disassembleObject() to collect function and call site addresses.
Patch 1/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