Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp249 uint64_t ExpectedLength = Prologue.PrologueLength + 10; local
252 ExpectedLength += 2;
255 ExpectedLength += 12;
260 EXPECT_EQ((*ExpectedLineTable)->Prologue.getLength(), ExpectedLength);