Add one more DIE type DIELabelPlusOffset to represent label + offset.
In AsmPrinter class, we already have emitLabelPlusOffset interface, so this new added class is some kind of a wrapper.
This new DIE type will be used in following patches which are going to support dwarf on XCOFF.
clang-tidy: warning: invalid case style for function 'SizeOf' [readability-identifier-naming]
not useful