Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:DW_TAG_volatile_type

2985    if (dtag == DW_TAG_volatile_type || dtag == DW_TAG_const_type) {
2991 = dtag == DW_TAG_volatile_type ? 'V' : 'C';