Searched defs:CompareByEnd (Results 1 – 1 of 1) sorted by relevance
38 struct CompareByEnd { struct40 using is_transparent = void;42 bool operator()(const AddressRange& lhs, const AddressRange& rhs) const { in operator()47 bool operator()(const AddressRange& lhs, uint64_t pc) const { in operator()52 bool operator()(uint64_t pc, const AddressRange& rhs) const { in operator()