Searched refs:getLineTableForUnit (Results 1 – 8 of 8) sorted by relevance
321 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);326 getLineTableForUnit(DWARFUnit *U,
929 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext931 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()939 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext1191 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()1239 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()1275 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()1319 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()1344 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
257 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()576 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in getDeclFile()
554 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
120 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
35 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
201 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()