LLDB synthesizes decls using asm labels. These decls cannot have a mangle
different than the one specified in the label name. I.e., the '\01' prefix
should not be added.
Fixes an expression evaluation failure in lldb's TestVirtual.py on iOS.
rdar://45827323
Does this actually change how it can be written in source? I think it might be a good idea to do that in the long run, but let's not in this patch.
Also something really needs to document what this is actually for.