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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  401       getFlagNames(IO, static_cast<uint16_t>(Record.Options),
  403   error(IO.mapInteger(Record.MemberCount, "MemberCount"));
  404   error(IO.mapEnum(Record.Options, "Properties" + PropertiesNames));
  405   error(IO.mapInteger(Record.FieldList, "FieldList"));
  406   error(IO.mapInteger(Record.DerivationList, "DerivedFrom"));
  407   error(IO.mapInteger(Record.VTableShape, "VShape"));
  408   error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
  409   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  409   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  410                              Record.hasUniqueName()));