Searched refs:getLineTableForUnit (Results 1 – 4 of 4) sorted by relevance
374 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext466 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()493 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()532 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()553 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
175 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
1621 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()