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

Declarations

tools/llvm-pdbutil/llvm-pdbutil.h
   29 uint32_t getTypeLength(const PDBSymbolData &Symbol);

References

tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  143         << " [sizeof = " << getTypeLength(Symbol) << "]";
  151         << " [sizeof = " << getTypeLength(Symbol) << "]";
tools/llvm-pdbutil/llvm-pdbutil.cpp
  928   return getTypeLength(*F1) > getTypeLength(*F2);
  928   return getTypeLength(*F1) > getTypeLength(*F2);