Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp978 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local
979 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() argument
1655 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()
1657 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
H A DDwarfCompileUnit.h377 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);