Searched refs:getLineTableForUnit (Results 1 – 5 of 5) sorted by relevance
296 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);301 getLineTableForUnit(DWARFUnit *U,
837 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext839 getLineTableForUnit(U, dumpWarning); in getLineTableForUnit()847 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext981 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()1011 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()1051 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()1073 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
692 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
295 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
134 Dwarf->getLineTableForUnit(CU.get(), Report); in initializeDwarf()