Lines Matching refs:getLineTableForUnit
399 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in __anonc1a899430411::ThreadUnsafeDWARFContextState
678 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in __anonc1a899430411::ThreadSafeState
680 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1490 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
1492 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
1500 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1502 return State->getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1698 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1744 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1796 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1840 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1865 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()