Searched refs:LabelDie (Results 1 – 2 of 2) sorted by relevance
963 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local964 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()965 DL.setDIE(*LabelDie); in constructLabelDIE()968 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE()970 return LabelDie; in constructLabelDIE()1631 DIE &LabelDie) { in applyLabelAttributes() argument1634 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()1636 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
377 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);