Emit the mcount_loc_ section with all fentry__calls.
This is done using just raw text like gcc does it (see gcc@06477d3). Is this acceptable?
A check in SystemZDAGToDAGISel::runOnMachineFunction() just like for mnop-mcount to make sure this is only used together with -mfentry.
For consistency, we should really remove the "true" from the "mnop-mcount" attribute as well. (That should be a separate patch.)