Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp713 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local
714 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() argument
1536 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()
1538 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
H A DDwarfCompileUnit.h348 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);