Searched refs:PrevAddress (Results 1 – 5 of 5) sorted by relevance
86 uint64_t PrevAddress = -1ULL; in construct() local88 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()92 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()96 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()107 PrevAddress = E.Address; in construct()
749 uint64_t PrevAddress = 0; in verifyDebugLineRows() local753 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()784 PrevAddress = 0; in verifyDebugLineRows()786 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
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()
92 uint64_t PrevAddress = -1ULL; in construct() local94 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()98 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()102 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()113 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()