Searched refs:LabelDie (Results 1 – 2 of 2) sorted by relevance
713 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local714 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()715 DL.setDIE(*LabelDie); in constructLabelDIE()718 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE()720 return LabelDie; in constructLabelDIE()1533 DIE &LabelDie) { in applyLabelAttributes() argument1536 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()1538 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
348 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);