Searched refs:ExpectedLineTable (Results 1 – 1 of 1) sorted by relevance
1491 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local1493 if (!ExpectedLineTable) { in getLineTableForUnit()1494 WarningHandler(ExpectedLineTable.takeError()); in getLineTableForUnit()1497 return *ExpectedLineTable; in getLineTableForUnit()