Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:UnitDie

46     : UniqueID(UID), CUNode(Node), UnitDie(UnitTag), DebugInfoOffset(0), Asm(A),
67 addSectionOffset(UnitDie, dwarf::DW_AT_stmt_list, 0);
1638 VariableSpecDIE = &createAndAddDIE(dwarf::DW_TAG_variable, UnitDie);
1734 IdxTy = &createAndAddDIE(dwarf::DW_TAG_base_type, UnitDie);
2028 stmtListIndex = UnitDie.getValues().size();
2036 addSectionLabel(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym);
2038 addSectionDelta(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym,
2044 UnitDie.getAbbrev().getData()[stmtListIndex].getForm(),
2045 UnitDie.getValues()[stmtListIndex]);