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

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFile.h
   68   uint32_t getFileSize() const;

References

lib/DebugInfo/PDB/Native/PDBFile.cpp
  220       if (BlockEndOffset > getFileSize())
tools/llvm-pdbutil/BytesOutputStyle.cpp
  109     uint32_t Max = R.Max.getValueOr(File.getFileSize());
  114     if (Max >= File.getFileSize())
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  135   if (FileOffset >= File.pdb().getFileSize()) {
  137                  FileOffset, File.pdb().getFileSize());
tools/llvm-pdbutil/YAMLOutputStyle.cpp
   98   Obj.Headers->FileSize = File.getFileSize();