Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp93 uint64_t PrevAddress = -1ULL; in construct() local
95 if (PrevAddress < E.Address && !ValidCUs.empty()) { in construct()
99 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct()
103 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin()); in construct()
114 PrevAddress = E.Address; in construct()
H A DDWARFVerifier.cpp1069 uint64_t PrevAddress = 0; in verifyDebugLineRows() local
1073 if (Row.Address.Address < PrevAddress) { in verifyDebugLineRows()
1107 PrevAddress = 0; in verifyDebugLineRows()
1109 PrevAddress = Row.Address.Address; in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp678 uint64_t PrevAddress = INT64_MAX; in printProbesForAllAddresses() local
681 if (Address != PrevAddress) { in printProbesForAllAddresses()
682 PrevAddress = Address; in printProbesForAllAddresses()