Searched refs:UnitDIE (Results 1 – 2 of 2) sorted by relevance
396 const auto *UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local397 if (UnitDIE == nullptr) in getLineTableForUnit()401 UnitDIE->getAttributeValueAsSectionOffset(U, DW_AT_stmt_list, -1U); in getLineTableForUnit()
822 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local823 if (!UnitDIE) in getLineTableForUnit()826 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()