Searched refs:InstrProfIterator (Results 1 – 2 of 2) sorted by relevance
45 class InstrProfIterator {61 *this = InstrProfIterator(); in increment()66 InstrProfIterator() = default;67 InstrProfIterator(reader_type *Reader) : Reader(Reader) { increment(); } in InstrProfIterator() function69 InstrProfIterator &operator++() {73 bool operator==(const InstrProfIterator &RHS) const {76 bool operator!=(const InstrProfIterator &RHS) const {103 InstrProfIterator<> begin() { return InstrProfIterator<>(this); } in begin()104 InstrProfIterator<> end() { return InstrProfIterator<>(); } in end()
62 using Iterator = InstrProfIterator<GuidMemProfRecordPair, RawMemProfReader>;