Searched refs:PrevAddress (Results 1 – 3 of 3) sorted by relevance
82 uint64_t PrevAddress = -1ULL; in construct() local84 if (PrevAddress < E.Address && ValidCUs.size() > 0) { in construct()88 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()92 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()103 PrevAddress = E.Address; in construct()
84 uint64_t PrevAddress = -1ULL; in construct() local86 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()90 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()94 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()105 PrevAddress = E.Address; in construct()
634 uint64_t PrevAddress = 0; in verifyDebugLineRows() local638 if (Row.Address < PrevAddress) { in verifyDebugLineRows()666 PrevAddress = 0; in verifyDebugLineRows()668 PrevAddress = Row.Address; in verifyDebugLineRows()