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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  518   uint64_t getSize() const { return Size; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  422   error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  530   IO.mapRequired("Size", Record.Size);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  352                Union.Size);