Searched refs:AddressLessThan (Results 1 – 1 of 1) sorted by relevance
1141 static bool AddressLessThan (const DWARFDebugLine::Row& a, const DWARFDebugLine::Row& b) in AddressLessThan() function1156 if (state_coll.empty() || AddressLessThan(state_coll.back(), state)) in Insert()1163 …r, Row::iterator> range(equal_range(state_coll.begin(), state_coll.end(), state, AddressLessThan)); in Insert()