Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp699 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local
700 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()
701 DL.setDIE(*LabelDie); in constructLabelDIE()
704 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE()
706 return LabelDie; in constructLabelDIE()
1494 DIE &LabelDie) { in applyLabelAttributes() argument
1497 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()
1499 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
H A DDwarfCompileUnit.h353 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);