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.
I think it would be nicer to have the EmitLabel after the PopSection, so that the label is optically close to the instruction it labels. But that's just cosmetics.