Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp930 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local
932 if (!ExpectedLineTable) { in getLineTableForUnit()
933 WarningHandler(ExpectedLineTable.takeError()); in getLineTableForUnit()
936 return *ExpectedLineTable; in getLineTableForUnit()