Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp867 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local
869 if (!ExpectedLineTable) { in getLineTableForUnit()
870 dumpWarning(ExpectedLineTable.takeError()); in getLineTableForUnit()
873 return *ExpectedLineTable; in getLineTableForUnit()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1037 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit() local
1039 if (!ExpectedLineTable) { in getLineTableForUnit()
1040 WarningHandler(ExpectedLineTable.takeError()); in getLineTableForUnit()
1043 return *ExpectedLineTable; in getLineTableForUnit()