Searched refs:LabelDie (Results 1 – 2 of 2) sorted by relevance
711 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local712 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()713 DL.setDIE(*LabelDie); in constructLabelDIE()716 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE()718 return LabelDie; in constructLabelDIE()1528 DIE &LabelDie) { in applyLabelAttributes() argument1531 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()1533 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
347 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);