Searched refs:getLineTableForUnit (Results 1 – 14 of 14) sorted by relevance
24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
328 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);333 getLineTableForUnit(DWARFUnit *U,
967 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext969 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()977 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext1206 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()1253 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()1305 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()1349 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()1374 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
678 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()
777 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
139 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
121 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
36 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
1482 DwCtx->getLineTableForUnit(SrcUnit); in addDebugFilenameToUnit()1648 DwCtx->getLineTableForUnit(CU.get()); in preprocessDebugInfo()1813 LineTable = DwCtx->getLineTableForUnit( in printDebugInfo()
656 CurrentLineTable = BC.DwCtx->getLineTableForUnit( in emitLineInfo()
504 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
239 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()
2220 return getDWARFUnit() ? BC.DwCtx->getLineTableForUnit(getDWARFUnit()) in getDWARFLineTable()