Searched refs:getLineTableForUnit (Results 1 – 11 of 11) sorted by relevance
24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
328 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);333 getLineTableForUnit(DWARFUnit *U,
1036 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext1038 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()1046 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext1275 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()1321 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()1373 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()1417 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()1442 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
677 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()828 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()863 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
780 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
134 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
121 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
443 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
37 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
517 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
239 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()