Searched refs:ExpectedLineTable (Results 1 – 1 of 1) sorted by relevance
930 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local932 if (!ExpectedLineTable) { in getLineTableForUnit()933 WarningHandler(ExpectedLineTable.takeError()); in getLineTableForUnit()936 return *ExpectedLineTable; in getLineTableForUnit()