Lines Matching refs:getLineTableForUnit
398 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in ThreadUnsafeDWARFContextState
677 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in ThreadSafeState
679 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1488 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
1490 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
1498 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1500 return State->getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1696 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1742 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1794 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1838 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1863 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()