reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

include/llvm/DebugInfo/MSF/IMSFFile.h
   25   virtual uint32_t getBlockCount() const = 0;

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFile.h
   57   uint32_t getBlockCount() const override;

References

lib/DebugInfo/PDB/Native/PDBFile.cpp
  160   uint32_t BlocksRemaining = getBlockCount();
tools/llvm-pdbutil/BytesOutputStyle.cpp
   98     if (Max >= File.getBlockCount())
tools/llvm-pdbutil/DumpOutputStyle.cpp
  249   P.formatLine("Number of blocks: {0}", getPdb().getBlockCount());
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  211   if (DescribedBlockStart > File.pdb().getBlockCount()) {
tools/llvm-pdbutil/YAMLOutputStyle.cpp
   87   Obj.Headers->SuperBlock.NumBlocks = File.getBlockCount();