Searched refs:PrevAddress (Results 1 – 3 of 3) sorted by relevance
93 uint64_t PrevAddress = -1ULL; in construct() local95 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()99 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()103 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()114 PrevAddress = E.Address; in construct()
1069 uint64_t PrevAddress = 0; in verifyDebugLineRows() local1073 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()1107 PrevAddress = 0; in verifyDebugLineRows()1109 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
678 uint64_t PrevAddress = INT64_MAX; in printProbesForAllAddresses() local681 if (Address != PrevAddress) { in printProbesForAllAddresses()682 PrevAddress = Address; in printProbesForAllAddresses()