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()
1037 uint64_t PrevAddress = 0; in verifyDebugLineRows() local1041 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()1075 PrevAddress = 0; in verifyDebugLineRows()1077 PrevAddress = Row.Address.Address; in verifyDebugLineRows()