Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp94 uint64_t PrevAddress = -1ULL; in construct() local
96 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()
H A DDWARFVerifier.cpp1037 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
1041 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()
1075 PrevAddress = 0; in verifyDebugLineRows()
1077 PrevAddress = Row.Address.Address; in verifyDebugLineRows()