Home
last modified time | relevance | path

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

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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.cpp764 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
768 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()
799 PrevAddress = 0; in verifyDebugLineRows()
801 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/DWARF/
H A 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()
H A 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()
/dports/devel/llvm11/llvm-11.0.1.src/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.cpp764 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
768 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()
799 PrevAddress = 0; in verifyDebugLineRows()
801 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A 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()
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/DWARF/
H A 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()
H A 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()
/dports/devel/llvm90/llvm-9.0.1.src/lib/DebugInfo/DWARF/
H A 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()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A 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()
H A DDWARFVerifier.cpp747 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
751 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()
782 PrevAddress = 0; in verifyDebugLineRows()
784 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/DWARF/
H A 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/devel/llvm80/llvm-8.0.1.src/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()
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/DWARF/
H A 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()
H A 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()

12