Searched refs:LabelDie (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 1010 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag()); in constructLabelDIE() local 1011 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE() 1012 DL.setDIE(*LabelDie); in constructLabelDIE() 1015 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE() 1017 return LabelDie; in constructLabelDIE() 1698 DIE &LabelDie) { in applyLabelAttributes() argument 1701 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes() 1703 addSourceLine(LabelDie, DILabel); in applyLabelAttributes() 1705 addFlag(LabelDie, dwarf::DW_AT_artificial); in applyLabelAttributes() 1707 addUInt(LabelDie, dwarf::DW_AT_LLVM_coro_suspend_idx, std::nullopt, in applyLabelAttributes()
|
| H A D | DwarfCompileUnit.h | 384 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
|