Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp91 uint64_t PrevAddress = -1ULL; in construct() local
93 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()
97 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()
101 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()
112 PrevAddress = E.Address; in construct()
H A DDWARFVerifier.cpp806 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
810 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()
841 PrevAddress = 0; in verifyDebugLineRows()
843 PrevAddress = Row.Address.Address; in verifyDebugLineRows()