This patch implements the DWARFv5 feature where a
DW_AT_defaulted is attached to DW_TAG_subprograms
which are explicitly defaulted in C++, i.e., member
functions such as the following:
class C { C() = default; ~C() = default; };
We add two new spFlags, one for each possible value of
DW_AT_defaulted (see table in section 5.7.8 of DWARFv5
specification).
typo: defaulted