Searched refs:PrevAddress (Results 1 – 2 of 2) sorted by relevance
94 uint64_t PrevAddress = -1ULL; in construct() local96 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()100 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()104 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()115 PrevAddress = E.Address; in construct()
907 uint64_t PrevAddress = 0; in verifyDebugLineRows() local911 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()942 PrevAddress = 0; in verifyDebugLineRows()944 PrevAddress = Row.Address.Address; in verifyDebugLineRows()