Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp1141 static bool AddressLessThan (const DWARFDebugLine::Row& a, const DWARFDebugLine::Row& b) in AddressLessThan() function
1156 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()