Searched refs:LVAddressRange (Results 1 – 3 of 3) sorted by relevance
24 using LVAddressRange = std::pair<LVAddress, LVAddress>; variable40 LVAddressRange addressRange() const { in addressRange()41 return LVAddressRange(lower(), upper()); in addressRange()
142 std::vector<LVAddressRange> CurrentRanges;
462 for (LVAddressRange &Range : CurrentRanges) in processOneDie()