[LNT] Removed 0x checking for offsets in profile assembly
This logic has been added in D110141.
It seems some objdump implementations do not produce 0x before hex offsets.
Assume all regular offsets are hex as before, but relative offsets started with # are dec.
Reviewed By: cmatthews
Differential Revision: https://reviews.llvm.org/D120539