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