Searched refs:getNumRecords (Results 1 – 2 of 2) sorted by relevance
317 for (unsigned I = 0, E = getNumRecords(); I != E; ++I) { in StackMapParser()359 uint32_t getNumRecords() const { in getNumRecords() function417 if (getNumRecords() == 0) in records_begin()427 if (getNumRecords() == 0) in records_end()429 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
37 W.printNumber("Num Records", SMP.getNumRecords()); in prettyPrintStackMap()