Home
last modified time | relevance | path

Searched refs:ExpectedLineTable (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1489 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local
1491 if (!ExpectedLineTable) { in getLineTableForUnit()
1492 WarningHandler(ExpectedLineTable.takeError()); in getLineTableForUnit()
1495 return *ExpectedLineTable; in getLineTableForUnit()