Searched refs:getLineTableForUnit (Results 1 – 11 of 11) sorted by relevance
266 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);271 getLineTableForUnit(DWARFUnit *U,
392 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext484 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()511 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()550 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()571 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
807 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext809 getLineTableForUnit(U, DWARFDebugLine::warn); in getLineTableForUnit()817 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext952 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()982 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()1022 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()1044 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
552 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()589 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
215 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
125 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump()
179 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
416 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
1625 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()