Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp82 uint64_t PrevAddress = -1ULL; in construct() local
84 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp84 uint64_t PrevAddress = -1ULL; in construct() local
86 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()
90 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()
94 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()
105 PrevAddress = E.Address; in construct()
DDWARFVerifier.cpp634 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
638 if (Row.Address < PrevAddress) { in verifyDebugLineRows()
666 PrevAddress = 0; in verifyDebugLineRows()
668 PrevAddress = Row.Address; in verifyDebugLineRows()