Note that these functions are in libMCDisassembler rather than the libMC.
This is because calling Target::createMCRelocationInfo() or
Target::createMCSymbolizer() would otherwise introduce a dependency from
MC to MCDisassembler in addition to the existing dependency from
MCDisassembler to MC.
Depends on D13858