Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp303 auto ExpectedLineTable2 = Line.getOrParseLineTable( local
305 ASSERT_TRUE(ExpectedLineTable2.operator bool());
307 const DWARFDebugLine::LineTable *Expected2 = *ExpectedLineTable2;
374 auto ExpectedLineTable2 = Line.getOrParseLineTable( local
376 ASSERT_TRUE((bool)ExpectedLineTable2);
378 const DWARFDebugLine::LineTable *Expected2 = *ExpectedLineTable2;