Searched refs:ConstIncr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 1048 getAdjustedAddr(ConstAddPCAddr, ConstIncr * 2, 0x1, 0x10)); 1059 getAdjustedAddr(SpecialAddr, ConstIncr, 0x2, 0x20)); 1071 getAdjustedAddr(AdvancePCAddr, ConstIncr, 0x1, 0x70)); 1075 uint64_t ConstIncr = 0x11; member 1135 uint64_t getAdjustedAddr(uint64_t Base, uint64_t ConstIncr, 1140 return AdjustAddressFixtureBase::getAdjustedAddr(Base, ConstIncr, 1181 uint64_t getAdjustedAddr(uint64_t Base, uint64_t ConstIncr, 1185 Base, ConstIncr, SpecialIncr, AdvanceIncr)
|