Home
last modified time | relevance | path

Searched refs:PrevAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp87 uint64_t PrevAddress = -1ULL; in construct() local
89 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()
H A DDWARFVerifier.cpp772 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
776 if (Row.Address < PrevAddress) { in verifyDebugLineRows()
804 PrevAddress = 0; in verifyDebugLineRows()
806 PrevAddress = Row.Address; in verifyDebugLineRows()