Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp926 virtual uint64_t getAdjustedLine(uint64_t Base, uint64_t Incr) { function
1049 EXPECT_EQ((*ExpectedConstAddPC)->Rows[0].Line, getAdjustedLine(1, 1));
1057 EXPECT_EQ((*ExpectedSpecial)->Rows[0].Line, getAdjustedLine(1, 2));
1060 EXPECT_EQ((*ExpectedSpecial)->Rows[1].Line, getAdjustedLine(1, 5));
1072 EXPECT_EQ((*ExpectedAdvancePC)->Rows[0].Line, getAdjustedLine(1, 4));
1144 uint64_t getAdjustedLine(uint64_t Base, uint64_t Incr) override { function
1146 ? AdjustAddressFixtureBase::getAdjustedLine(Base, Incr)