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()
62 uint32_t getRecordCount() const { return TypeRecordCount; }
124 if (Ipi && Ipi->getRecordCount() > 0) { in finalizeMsfLayout()
70 uint64_t getRecordCount() const { in getRecordCount() function
1235 print(builder.getTpiBuilder().getRecordCount(), "Merged TPI records"); in printStats()1236 print(builder.getIpiBuilder().getRecordCount(), "Merged IPI records"); in printStats()