Searched refs:ExpectedLineTable (Results 1 – 1 of 1) sorted by relevance
1037 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local1039 if (!ExpectedLineTable) { in getLineTableForUnit()1040 WarningHandler(ExpectedLineTable.takeError()); in getLineTableForUnit()1043 return *ExpectedLineTable; in getLineTableForUnit()