Searched refs:getLineTableForUnit (Results 1 – 5 of 5) sorted by relevance
295 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);300 getLineTableForUnit(DWARFUnit *U,
866 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext868 getLineTableForUnit(U, dumpWarning); in getLineTableForUnit()876 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext1123 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()1170 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()1201 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()1243 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()1265 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
257 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
123 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()