Searched refs:LabelDie (Results 1 – 2 of 2) sorted by relevance
978 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local979 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()980 DL.setDIE(*LabelDie); in constructLabelDIE()983 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE()985 return LabelDie; in constructLabelDIE()1652 DIE &LabelDie) { in applyLabelAttributes() argument1655 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()1657 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
377 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);