Searched refs:UnitDie (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 76 DIE UnitDie; variable 209 DIE &getUnitDie() { return UnitDie; } in getUnitDie() 217 bool hasContent() const { return !UnitDie.getChildren().empty(); } in hasContent()
|
D | DwarfUnit.cpp | 46 : UniqueID(UID), CUNode(Node), UnitDie(UnitTag), DebugInfoOffset(0), Asm(A), in DwarfUnit() 67 addSectionOffset(UnitDie, dwarf::DW_AT_stmt_list, 0); in DwarfTypeUnit() 1638 VariableSpecDIE = &createAndAddDIE(dwarf::DW_TAG_variable, UnitDie); in createGlobalVariableDIE() 1734 IdxTy = &createAndAddDIE(dwarf::DW_TAG_base_type, UnitDie); in constructArrayTypeDIE() 2028 stmtListIndex = UnitDie.getValues().size(); in initStmtList() 2036 addSectionLabel(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym); in initStmtList() 2038 addSectionDelta(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 2044 UnitDie.getAbbrev().getData()[stmtListIndex].getForm(), in applyStmtList() 2045 UnitDie.getValues()[stmtListIndex]); in applyStmtList()
|
D | DwarfDebug.cpp | 2413 DIE &UnitDie = NewTU.getUnitDie(); in addDwarfTypeUnitType() local 2418 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType() 2425 CU.applyStmtList(UnitDie); in addDwarfTypeUnitType()
|