Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp838 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local
840 if (!ExpectedLineTable) { in getLineTableForUnit()
841 dumpWarning(ExpectedLineTable.takeError()); in getLineTableForUnit()
844 return *ExpectedLineTable; in getLineTableForUnit()