Searched refs:PrevAddress (Results 1 – 2 of 2) sorted by relevance
87 uint64_t PrevAddress = -1ULL; in construct() local89 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()93 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()97 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()108 PrevAddress = E.Address; in construct()
772 uint64_t PrevAddress = 0; in verifyDebugLineRows() local776 if (Row.Address < PrevAddress) { in verifyDebugLineRows()804 PrevAddress = 0; in verifyDebugLineRows()806 PrevAddress = Row.Address; in verifyDebugLineRows()