Searched refs:PrevAddress (Results 1 – 2 of 2) sorted by relevance
91 uint64_t PrevAddress = -1ULL; in construct() local93 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()97 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()101 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()112 PrevAddress = E.Address; in construct()
806 uint64_t PrevAddress = 0; in verifyDebugLineRows() local810 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()841 PrevAddress = 0; in verifyDebugLineRows()843 PrevAddress = Row.Address.Address; in verifyDebugLineRows()