Home
last modified time | relevance | path

Searched refs:LabelDie (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp711 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local
712 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() argument
1531 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()
1533 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
H A DDwarfCompileUnit.h347 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);