Searched refs:getRecordCount (Results 1 – 8 of 8) sorted by relevance
29 virtual uint32_t getRecordCount() const = 0;
21 uint32_t getRecordCount() const override;
18 uint32_t DIADataStream::getRecordCount() const { in getRecordCount() function in DIADataStream
28 << ", callsite record count: " << F.getRecordCount() << "\n"; in prettyPrintStackMap()
54 uint32_t getRecordCount() const { return TypeRecordCount; }
70 uint64_t getRecordCount() const { in getRecordCount() function
131 if (Ipi && Ipi->getRecordCount() > 0) { in finalizeMsfLayout()
1249 print(builder.getTpiBuilder().getRecordCount(), "Merged TPI records"); in printStats()1250 print(builder.getIpiBuilder().getRecordCount(), "Merged IPI records"); in printStats()