Searched refs:ExpectedLineTable (Results 1 – 1 of 1) sorted by relevance
1486 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local1488 if (!ExpectedLineTable) { in getLineTableForUnit()1489 WarningHandler(ExpectedLineTable.takeError()); in getLineTableForUnit()1492 return *ExpectedLineTable; in getLineTableForUnit()