Searched refs:UnitDIE (Results 1 – 1 of 1) sorted by relevance
1051 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local1052 if (!UnitDIE) in getLineTableForUnit()1055 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()1079 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit() local1080 if (!UnitDIE) in clearLineTableForUnit()1083 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()