Searched refs:getBlockCount (Results 1 – 7 of 7) sorted by relevance
26 virtual uint32_t getBlockCount() const = 0;
57 uint32_t getBlockCount() const override;
60 uint32_t PDBFile::getBlockCount() const { in getBlockCount() function in PDBFile160 uint32_t BlocksRemaining = getBlockCount(); in parseFileHeaders()
88 Obj.Headers->SuperBlock.NumBlocks = File.getBlockCount(); in dumpFileHeaders()
99 if (Max >= File.getBlockCount()) in dump()
212 if (DescribedBlockStart > File.pdb().getBlockCount()) { in explainPdbFpmBlockOffset()
227 P.formatLine("Number of blocks: {0}", getPdb().getBlockCount()); in dumpFileSummary()