Searched refs:ExpectedLineTable (Results 1 – 1 of 1) sorted by relevance
838 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local840 if (!ExpectedLineTable) { in getLineTableForUnit()841 dumpWarning(ExpectedLineTable.takeError()); in getLineTableForUnit()844 return *ExpectedLineTable; in getLineTableForUnit()