Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp86 uint64_t PrevAddress = -1ULL; in construct() local
88 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()
92 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()
96 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()
107 PrevAddress = E.Address; in construct()
DDWARFVerifier.cpp749 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
753 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()
784 PrevAddress = 0; in verifyDebugLineRows()
786 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
/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/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp92 uint64_t PrevAddress = -1ULL; in construct() local
94 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()
98 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()
102 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()
113 PrevAddress = E.Address; in construct()
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()